view {nws} | R Documentation |
View object in the NWS Space Monitor
Description
This provides a convenient way to view the specified nwsServer, netWorkSpace,
or sleigh workspace in the NWS Space Monitor using your browser.
Usage
## S4 method for signature 'nwsServer':
view(.Object, ...)
## S4 method for signature 'netWorkSpace':
view(.Object, ...)
## S4 method for signature 'sleigh':
view(.Object, ws=c('system', 'user'), ...)
## S4 method for signature 'managedServerInfo':
view(.Object, ...)
Arguments
.Object |
an object of class sleigh , nwsServer , managedServerInfo ,
or netWorkSpace . |
ws |
the type of sleigh workspace to view. |
... |
currently unused. |
Examples
## Not run:
# create a sleigh and view its user workspace
s = sleigh()
view(s, ws='user')
# create a nwsServer and list all workspaces in it
srv = nwsServer()
view(srv)
## End(Not run)
[Package
nws version 2.0.0.3
Index]