nwsDeleteVar-methods: Delete a Variable from a netWorkSpace

Description Usage Arguments Examples

Description

Delete a variable from the shared netWorkSpace.

Usage

1
2
## 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

1
2
3
4
5
6
## Not run: 
ws <- netWorkSpace('nws example')
nwsStore(ws, 'x', 10)
nwsDeleteVar(ws, 'x')

## End(Not run)

nws documentation built on May 2, 2019, 8:51 a.m.