pgirmess (version 1.6.9)

rmls: Select objects in the parent frame and remove them.

Description

Select objects in the parent frame and remove them.

Usage

rmls()

Arguments

Details

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.

See Also

ls, rm

Examples

Run this code
# NOT RUN {
toremove<-NULL
ls()
if(interactive()) rmls() # select the object 'toremove' and click OK
ls()

# }

Run the code above in your browser using DataCamp Workspace