view                   package:nws                   R Documentation

_V_i_e_w _o_b_j_e_c_t _i_n _t_h_e _N_W_S _S_p_a_c_e _M_o_n_i_t_o_r

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

     This provides a convenient way to view the specified nwsServer,
     netWorkSpace, or sleigh workspace in the NWS Space Monitor using
     your browser.

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

     ## S4 method for signature 'nwsServer':
     view(.Object, ...)
     ## S4 method for signature 'netWorkSpace':
     view(.Object, ...)
     ## S4 method for signature 'sleigh':
     view(.Object, ws=c('system', 'user'), ...)
     ## S4 method for signature 'managedServerInfo':
     view(.Object, ...)

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

 .Object: an object of class 'sleigh', 'nwsServer',
          'managedServerInfo', or 'netWorkSpace'.

      ws: the type of sleigh workspace to view.

     ...: currently unused.

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

     ## Not run: 
     # create a sleigh and view its user workspace
     s = sleigh()
     view(s, ws='user')

     # create a nwsServer and list all workspaces in it
     srv = nwsServer()
     view(srv)
     ## End(Not run)

