[R] How to save a complete image of the current state of R ?
Adaikalavan Ramasamy
ramasamy at cancer.org.uk
Fri Oct 22 19:23:56 CEST 2004
Perhaps save.image(file="lala.rda", compress=T) followed by
load("lala.rda") to re-load it.
On Fri, 2004-10-22 at 18:05, Andreas Buness wrote:
> Hello,
>
> I like to save the complete state of R, i.e. including
> all environments, objects/workspaces, loaded packages etc..
>
> This wish has arisen since I am not able to reproduce
> an error which occurs when running R CMD check.
>
> Many thanks for your advice in advance.
> Best Regards
> Andreas
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>
More information about the R-help
mailing list