Learn R Programming

SciViews (version 0.8-9)

guiRemove: 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.

See Also

guiObjBrowse

Examples

Run this code
#### TO DO...

Run the code above in your browser using DataLab