Learn R Programming

nws (version 1.2.3)

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

Run this code
nwss = new('nwsServer')
   ws1 = nwsOpenWs(nwss, 'my space')
   ws2 = nwsOpenWs(nwss, 'other space')
   write(nwsListWss(nwss), stdout())

Run the code above in your browser using DataLab