nwsDeleteVar {nws}R Documentation

Delete a Variable from a netWorkSpace

Description

Delete a variable from the shared netWorkSpace.

Usage

## S4 method for signature 'netWorkSpace':
nwsDeleteVar(.Object, xName)

Arguments

.Object a netWorkSpace class object.
xName character string specifying the name of the variable to be deleted.

Examples

## Not run: 
ws <- netWorkSpace('nws example')
nwsStore(ws, 'x', 10)
nwsDeleteVar(ws, 'x')
## End(Not run)

[Package nws version 1.7.0.0 Index]