dump()/source() is your best bet. In some versions of S-PLUS, you may need to increase options(digits=) before dumping.
On Sat, 8 Mar 2003, Spencer Graves wrote: > How can I transfer complicated objects like lists or a set of several > objects from one computer to another or from R to S-Plus? > > With S-Plus, I've used "data.dump" and "data.restore". Package > "foreign" in R has "data.restore" but not "data.dump", and the > documentation for "data.restore" says that certain objects like formulas > and functions may get mangled. (They are intended for people with S-PLUS data.dump's and no S-PLUS.) -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
