There are a few options:
You can read the help page for the function that you used to assign names to
the data frames when you read them in (the 'see also' section is there for a
reason).
You can read the FAQ (7.21 to be specific, but the others could save you
re-asking FAQs in the future)
Yo
separent wrote:
In a loop, I compose the name of a csv file using paste, then read it (e.g.,
dataset1.csv, dataset2.csv, etc). The name of the dataframe assigned to the
imported csv is also composed with paste (e.g., dataset1, dataset2, etc.).
Now I want to perform operations on the dataframes
On Nov 17, 2009, at 6:14 PM, separent wrote:
In a loop, I compose the name of a csv file using paste, then read
it (e.g.,
dataset1.csv, dataset2.csv, etc). The name of the dataframe assigned
to the
imported csv is also composed with paste (e.g., dataset1, dataset2,
etc.).
Now I want to p
3 matches
Mail list logo