| rmls {pgirmess} | R Documentation |
Select objects in the parent frame and remove them.
rmls()
This function has no arguments. This brings up a modal dialog box with a (scrollable) list of objects available in the parent frame. They can be selected by the mouse and then removed.
Patrick Giraudoux <patrick.giraudoux@univ-fcomte.fr>
ls, rm
toremove<-NULL
ls()
## Not run:
rmls()# select the object 'toremove' and click OK
## End(Not run)
ls()