rmls {pgirmess}R Documentation

Select objects in the parent frame and remove them.

Description

Select objects in the parent frame and remove them.

Usage

rmls()

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.

Author(s)

Patrick Giraudoux <patrick.giraudoux@univ-fcomte.fr>

See Also

ls, rm

Examples


toremove<-NULL
ls()
    ## Not run: 
        rmls()# select the object 'toremove' and click OK
    
## End(Not run)
ls()


[Package pgirmess version 1.3.8 Index]