I noticed that I often come across this problem when programming in R, but I don’t think that I am implementing it “enough”.
I get a list of file names, each of which contains a table or a simple vector. I want to read all the files in some kind of construction (a list of tables?), So that later I could manipulate them in simple loops.
I know how to read each file in a table / vector, but I do not know how to combine all these objects into one structure (list?).
In any case, I think this is a VERY routine, so I will be happy to hear about your tricks.
source share