Learn R Programming

nws (version 1.2.3)

nwsUseWs: nwsServer Class Method

Description

Connect to a netWorkSpace but does not claim ownership. If the netWorkSpace does not exist, then 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

See Also

nwsOpenWs

Examples

Run this code
nwss = new("nwsServer")
ws = nwsUseWs(nwss, "nws example")

Run the code above in your browser using DataLab