[R] Cleaning things up?

Douglas Bates bates at stat.wisc.edu
Tue Oct 17 15:46:44 CEST 2000


"Yves Gauvreau" <cyg at sympatico.ca> writes:

> I know it must be written somewhere but I can't find it.
> 
> I'd like to remove all variables or objects that I've created but not the
> functions. I look at a few things without success. Is there a R way of doing
> this? There are to many to create a manual list.

The preferred way to do this is to create a private R package of your
functions.  The manual "Writing R Extensions" available in the
doc/manual section of the sources and in many of the binary
distributions describes how to do this.  It may seem overkill to do
this initially but it later becomes a very valuable technique for
keeping projects distinct.  It is worth the time spent learning to do
this.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list