Skip to content
Prev 33361 / 63424 Next

How to create a permanent dataset in R.

Say your dataset is stored in variable "dat".

Type:
Next time you start the session, call:

load("mydatfile.RData")

And you can reload your dataset.

Is this what you meant?

HTH,
Alex
On Fri, Jul 24, 2009 at 2:11 AM, Albert EINstEIN<sateeshvarmap at gmail.com> wrote: