[R] Removing Objects from workspace

Martyn Plummer plummer at iarc.fr
Wed Jul 12 16:29:14 CEST 2000


On 12-Jul-00 Sven Garbade wrote:
> Hi all,
> 
> how can I remove objects from the workspace which starts with a certain
> pattern, e.g. lm (lm1, lm2, lm3 etc). Wildcards won´t work.

rm(list=objects(pattern="^lm"))

Martyn
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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