guiRemove {svGUI}R Documentation

Remove one or several objects (and prompt for confirmation)

Description

This function is intended to be called by an object browser context menu. It deletes variable(s) after prompting for confirmation.

Usage

guiRemove(list = character(0), inherits = FALSE, ask = TRUE)

Arguments

list A list of variables to delete
inherits Do the variables inherit from lower environments in the search path?
ask Do we ask for confirmation to the user?

Value

Nothing if the function succeed.

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

guiObjBrowse

Examples

    #### TO DO...

[Package svGUI version 0.8-2 Index]