Skip to content
Prev 80869 / 398502 Next

conversion from RData to R file

On 11/15/05 4:31 AM, "Loncar, Dejan" <loncard at who.int> wrote:

            
You can simply load the Rdata file into R.  Then, whatever was in that file
will be in your workspace, and if there was R source code in the Rdata file,
it will available as the objects it represents.

See ?load.  Also, you will likely need to spend some time with the Intro to
R documentation.

Sean