I'm quite new to R and on of my biggest challenges is still how to properly handle my data in R. Until now I just stored tables I had outside of R (e.g. csv's) as data.frames in R (this was most obvious to me),- but as I expirienced lately (using the plyr package) it may be better to store the data.frames aditionally inside lists, for example when I want to apply functions over several dataframes or produce several Outputs from a function in R (still dind't get that one right).
I think especially when I want to automize my work by creating functions this question might become crucial.
I know that R and all the packages have a good documentation, still I would appreciate to do some tutorials on basic data structures, the environment and how to handle my data in R. I've been working with R for three months now so I don't need to start it all over again. Tutorials for maybe semi-advanced users or tutorials that go deeper into this question would be interesting.
I'm getting to know R and statistical programming learning by doing and I can't visit a class at the univeristy or something like that. So any advice on good online tutorials would be warmly apreciated.
data.frameor alist. – Paul Hiemstra Jan 21 at 22:05