nwsWsName                package:nws                R Documentation

_R_e_t_u_r_n _N_a_m_e _o_f _a _n_e_t_W_o_r_k_S_p_a_c_e

_D_e_s_c_r_i_p_t_i_o_n:

     Return name of a netWorkSpace.

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

 .Object: a netWorkSpace class object

_E_x_a_m_p_l_e_s:

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

