I have a dataframe named “temp”, and another dataframe
named “descriptions”.

I wish to “rename” temp, and to “call” it the names of
a certain column in the dataframe “descriptions”.

Is there a good way to do this?

A similar question:

I am using a “for loop” to create several new
dataframes.
e.g.
for(j in 1:9){…..

I’d like each dataframe to be named d1, d2, d3, with
the number being tied to the j (the iteration).

Is this possible

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to