nwsUseWs-methods: Connect to a netWorkSpace

Description Usage Arguments See Also Examples

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

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

...

additional arguments create=TRUE to create the workspace if it does not exist and persistent=TRUE to make the workspace persistent.

See Also

nwsOpenWs

Examples

1
2
3
4
5
## Not run: 
nwss <- nwsServer()
ws <- nwsUseWs(nwss, "nws example")

## End(Not run)

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