On Sun, 19 Jan 2003, Phil Saunders wrote: > I like your ls.obj function - how might I turn it into a standard function for me >whenever I launch R?
1) put it in your .Rprofile, or in the site Rprofile (Unix only). 2) put it in a package, and arrange to load that at startup. See ?Startup. -- 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 http://www.stat.math.ethz.ch/mailman/listinfo/r-help
