What was stored in a .Rdata file
If you load the .Rdata in an environment with already many data, it can be difficult to know what is new after the loading. The solution is to use:
print(load("yourobject.Rdata"))
If you load the .Rdata in an environment with already many data, it can be difficult to know what is new after the loading. The solution is to use:
print(load("yourobject.Rdata"))
Commentaires
Enregistrer un commentaire