Showing posts with label rm(). Show all posts
Showing posts with label rm(). Show all posts

Sunday, October 16, 2011

remove and objects from your workspace -- or clear the whole darn thing

The command rm() removes a particular object from the workspace.

To remove everything from your workspace use

rm(list = ls(all = TRUE))