Thursday, 23 April 2015

Lists of data.frames

So it is possible to make a list of data frames for R.

You can access each data frame using a single square bracket - list[1]

Then you can access the data frames in the list using - list[[1]][1,1]

Interesting. 

source: http://www.r-tutor.com/r-introduction/list

No comments:

Post a Comment