next up previous
Next: About this document ...

Saving / Moving R Objects and Packages

If you become a frequent user of R, you may find that you want to get some object that you made in R and move it to a different computer to work on it. Or perhaps you have run out of room on your Stanford account and need to delete your R objects, but would like to save some of them separately and zip them up. This tutorial gives some useful commands for working with R objects. However, this is for manipulating R objects, which are meant to be read and handled in R. This is not how you would export a data.frame so that you could give it to someone to read as a spreadsheet, for example (for which you would want write.table maybe)

Warning: Many parts of this may be Windows specific...




next up previous
Next: About this document ...
Elizabeth Anne Purdom 2005-10-20