Re: [R] Odp: Define column names to a series of data.frames

2010-03-12 Thread Nikos Alexandris
Thanks to all for the replies. I'll post back here when I get things working (...in a couple of days). Nikos __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/post

[R] Odp: Define column names to a series of data.frames

2010-03-11 Thread Petr PIKAL
Hi This seems to be nice example why lists shall be used and not several data frames scattered in environment. put your data frames to list lapply(list.of.data, function(x) names(x) <- column_names) Regards Petr r-help-boun...@r-project.org napsal dne 11.03.2010 13:33:33: > Greets to the li