(redirecting to r-help; it seems more appropriate for such a question) Hello,
On Fri, Jul 24, 2009 at 8:11 AM, Albert EINstEIN<sateeshvar...@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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.