nwsUseWs {nws}R Documentation

Connect to a netWorkSpace

Description

Connects to a netWorkSpace but does not claim ownership. If the netWorkSpace does not exist, it will be created, but no ownership will be claimed.

Usage

## S4 method for signature 'nwsServer':
nwsUseWs(.Object, wsName, space=NULL)

Arguments

.Object a nwsServer class object
wsName name of the netWorkSpace to open
space a netWorkSpace class object

See Also

nwsOpenWs

Examples

## Not run: 
nwss <- nwsServer()
ws <- nwsUseWs(nwss, "nws example")
## End(Not run)

[Package nws version 1.7.0.0 Index]