How to see data from .RData file?

后端 未结 8 1783
梦谈多话
梦谈多话 2020-11-29 02:23

I saw some similar qestions and I tried to work it out on my own, but I couldn\'t. This is my problem:

I have to load a isfar.RData file to use it in other computati

8条回答
  •  南方客
    南方客 (楼主)
    2020-11-29 02:51

    This may fit better as a comment but I don't have enough reputation, so I put it here.
    It worth mentioning that the load() function will retain the object name that was originally saved no matter how you name the .Rdata file.

    Please check the name of the data.frame object used in the save() function. If you were using RStudio, you could check the upper right panel, Global Environment-Data, to find the name of the data you load.

提交回复
热议问题