[R] [Rd] How to create a permanent dataset in R.

Liviu Andronic landronimirc at gmail.com
Fri Jul 24 20:06:57 CEST 2009


(redirecting to r-help; it seems more appropriate for such a question)
Hello,

On Fri, Jul 24, 2009 at 8:11 AM, Albert EINstEIN<sateeshvarmap at gmail.com> wrote:
> Actually, we know that If we create a dataset in R ,after closing the
> session the dataset automatically is closed. I tried for creating dataset
> permanently in R.I am facing the problem of creating permanent dataset.
> can we create dataset permanently If possible?
>
I am not sure what exactly you want to do, but you could use
save.image() to save R's workspace and re-load it when re-opening R
via load(). Otherwise you can use Rcmdr or JGR to graphically, that is
via point-and-click, perform these operations.
Liviu




More information about the R-help mailing list