nwsListVars {nws} | R Documentation |
List variables in a netWorkSpace.
nwsListVars(.Object, wsName='')
.Object |
a netWorkSpace class object |
wsName |
name of the netWorkSpace |
Return listing of variables in the netWorkSpace with the name passed by wsName argument. If wsName is empty, then return variables in the netWorkSpace represented by .Object. To see list output clearly, use: write(nwsListVars(.Object), stdout()).
## Not run: ws = new('netWorkSpace', 'nws example') write(nwsListVars(ws), stdout()) ## End(Not run)