阅读背景:

将包含具有相同名称的对象的多个.RData文件合并到一个.RData文件中

来源:互联网 

I have many many .RData files containing one dataframe that I had saved in a previous analysis and the data frame has the same name for each file loaded. So for example using load(file1.RData) I get a data frame called 'df', then using load(file2.RData) I get a data frame with the same name 'df'. I was wondering if it is at all possible to combine all these .RData files into one big .RData file since I need to load them all at once, with the name of each df equal to the file name so I can then use the different data frames. I have many many .RData files containing one da




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: