Re: [R] Moving data from one workspace to another
c [EMAIL PROTECTED] at.math.ethz.ch Subject [R] Moving data from one workspace to another
[R] Moving data from one workspace to another
Hi, Suppose I have a dataframe in one workspace (a .RData file) dedicated to one project. I then create a new workspace (a new .RData file) for another project but I want to move or copy the dataframe to the new workspace. How can I do this efficiently? Just do a dump and th