Learn R Programming

nws (version 1.7.0.0)

nwsDeleteVar: Delete a Variable from a netWorkSpace

Description

Delete a variable from the shared netWorkSpace.

Usage

## S3 method for class 'netWorkSpace':
nwsDeleteVar(.Object, xName)

Arguments

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

Examples

Run this code
ws <- netWorkSpace('nws example')
nwsStore(ws, 'x', 10)
nwsDeleteVar(ws, 'x')

Run the code above in your browser using DataLab