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"))

Commentaires

Posts les plus consultés de ce blog

Standard error from Hessian Matrix... what can be done when problem occurs

Multivariable analysis and correlation of iconography

Install treemix in ubuntu 20.04