nwsServerObject {nws} | R Documentation |
Return Server Object Associated with netWorkSpace
Description
Return the nwsServer
object associated with a netWorkSpace.
Usage
## S4 method for signature 'netWorkSpace'
nwsServerObject(.Object)
Arguments
.Object |
a netWorkSpace class object |
Examples
## Not run:
ws = netWorkSpace('nws example')
nwsServerObject(ws)
## End(Not run)
[Package nws version 1.7.0.1 Index]