nwsWsName {nws}R Documentation

Return Name of a netWorkSpace

Description

Return name of a netWorkSpace.

Usage

## S4 method for signature 'netWorkSpace':
nwsWsName(.Object)

Arguments

.Object a netWorkSpace class object

Examples

## Not run: 
ws = netWorkSpace('nws example')
nwsWsName(ws)
## End(Not run)

[Package nws version 1.7.0.0 Index]