Learn R Programming

nws (version 1.7.0.0)

nwsServerObject: Return Server Object Associated with netWorkSpace

Description

Return the nwsServer object associated with a netWorkSpace.

Usage

## S3 method for class 'netWorkSpace':
nwsServerObject(.Object)

Arguments

.Object
a netWorkSpace class object

Examples

Run this code
ws = netWorkSpace('nws example')
nwsServerObject(ws)

Run the code above in your browser using DataLab