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
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.