nwsDeleteVar {nws}R Documentation

netWorkSpace Class Method

Description

Delete a variable from the shared netWorkSpace.

Usage

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

Arguments

.Object a netWorkSpace class object
xName 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.6.3 Index]