nwsUseWs {nws} | R Documentation |
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.
## S4 method for signature 'nwsServer' nwsUseWs(.Object, wsName, space=NULL, ...)
.Object |
a nwsServer class object |
wsName |
name of the netWorkSpace to open |
space |
a netWorkSpace class object |
... |
additional arguments |
## Not run: nwss <- nwsServer() ws <- nwsUseWs(nwss, "nws example") ## End(Not run)