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
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
2 matches
Mail list logo