Skip to content
Prev 239210 / 398500 Next

How to save R file into specific type

You should probably ask your professor to be certain, but I would
suggest writing your code in a text editor and saving it with the .R
extension.

Saving a .RData file using save() [you didn't tell us what you did]
saves the objects but not the code used to generate them. An .RData
file can be opened using load().

Sarah
On Mon, Oct 25, 2010 at 4:07 AM, zhiji19 <zhiji19 at gmail.com> wrote: