nwsUseWs                 package:nws                 R Documentation

_C_o_n_n_e_c_t _t_o _a _n_e_t_W_o_r_k_S_p_a_c_e

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

     Connects to a netWorkSpace but does not claim ownership.  If the
     netWorkSpace does not exist, it will be created,  but no ownership
     will be claimed.

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

     ## S4 method for signature 'nwsServer':
     nwsUseWs(.Object, wsName, space=NULL)

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

 .Object: a nwsServer class object

  wsName: name of the netWorkSpace to open

   space: a netWorkSpace class object

_S_e_e _A_l_s_o:

     'nwsOpenWs'

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

     ## Not run: 
     nwss <- nwsServer()
     ws <- nwsUseWs(nwss, "nws example")
     ## End(Not run)

