nwsListVars {nws}R Documentation

netWorkSpace Class Method

Description

List variables in a netWorkSpace.

Usage

nwsListVars(.Object, wsName='')

Arguments

.Object a netWorkSpace class object
wsName name of the netWorkSpace

Details

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()).

Examples

## Not run: 
ws = new('netWorkSpace', 'nws example')
write(nwsListVars(ws), stdout())
## End(Not run)

[Package nws version 1.2.3 Index]