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"))
A blog about biostatistics using R by Professor Marc Girondot, University Paris Saclay. Subjects can be wide, from ecology to molecular phylogeny or statistics or just tricks to make life easier in R.