Learn R Programming

nws (version 1.6.2)

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

## S3 method for class '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

Run this code
nwss <- nwsServer()
ws <- nwsUseWs(nwss, "nws example")

Run the code above in your browser using DataLab