userNws                 package:nws                 R Documentation

_G_e_t _U_s_e_r _W_o_r_k_S_p_a_c_e _C_r_e_a_t_e_d _B_y _S_l_e_i_g_h

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

     Get a netWorkSpace object representing the workspace created by
     the sleigh

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

     ## S4 method for signature 'sleigh':
     userNws(.Object)

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

 .Object: a 'sleigh' class object

_V_a_l_u_e:

     The user netWorkSpace created by sleigh during construction

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

     ## Not run: 
     userNws(sleigh())
     ## End(Not run)

