guiRemove {svGUI} | R Documentation |
This function is intended to be called by an object browser context menu. It deletes variable(s) after prompting for confirmation.
guiRemove(list = character(0), inherits = FALSE, ask = TRUE)
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? |
Nothing if the function succeed.
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...