Learn R Programming

nws (version 1.7.0.1)

nwsUseWs: 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

"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

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

Run the code above in your browser using DataLab