Skip to content
Prev 77947 / 398502 Next

dynamic lists (data frames?)

Le 27 Septembre 2005 10:39, tom wright a ??crit??:
That's an exercise I give to my students! This will create the sequences:
You can then assign the names with
but 'data$1' will not work. You will need either 'data$"1"' or 'data[["1"]]'. 
I'd use different names...

HTH.