Dear S'ers
Simple question for an experinced S-programmer:
I have a project with about 100 objects (data frames, subroutines, etc).
I need to remove most of them leaving only a small part for the next project.
How to automate the process?
I tried:
to.remove_c(1,2,13:45,70....,etc)
rm(objects()[to.remove])
Doesn't work
What to do?
Simon Rosenfeld
NOAA Science Center,
NESDIS/Satellite Research Lab
Camp Springs, MD
-----------------------------------------------------------------------
This message was distributed by s-news@wubios.wustl.edu. To unsubscribe
send e-mail to s-news-request@wubios.wustl.edu with the BODY of the
message: unsubscribe s-news
|