I think you need to be a bit more specific on this one.

What is the format of your data.frames? On disk or actually in your workspace?

Example code would also help. Even psuedo code describing what you want to do.

Regards,
Kaom




On Oct 26, 2008, at 1:10 PM, Wade Wall wrote:

Hi all,

I have roughly fifty dataframes and a dataframe with the names of the fifty dataframes. I want to perform the same set of manipulations on all fifty
dataframes, but can't find a way to batch process from a list with the
dataframe names using a loop. Is there a way to read the file names from the dataframe with the names and then call the referenced dataframe? This
would save me a lot of typing.

Thanks for any help,

Wade

        [[alternative HTML version deleted]]

______________________________________________
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/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

______________________________________________
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/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to