Learn R Programming

nws (version 1.2.3)

nwsListVars: 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

Run this code
ws = new('netWorkSpace', 'nws example')
write(nwsListVars(ws), stdout())

Run the code above in your browser using DataLab