nwsListWss {nws}R Documentation

nwsServer Class Method

Description

List all netWorkSpaces in the netWorkSpaces server.

Usage

nwsListWss(.Object)

Arguments

.Object a nwsServer class object

Details

The return value is a text string containing a list of workspaces in the netWorkSpaces server. To see list output clearly, use: write(nwsListWss(.Object), stdout()).

Examples

## Not run: 
   nwss = new('nwsServer')
   ws1 = nwsOpenWs(nwss, 'my space')
   ws2 = nwsOpenWs(nwss, 'other space')
   write(nwsListWss(nwss), stdout())
## End(Not run)

[Package nws version 1.2.3 Index]