workerInfo                package:nws                R Documentation

_s_l_e_i_g_h _C_l_a_s_s _M_e_t_h_o_d

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

     Return information about sleigh workers.

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

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

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

 .Object: a sleigh class object.

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

     A data frame with a row for each worker, with column names 'host',
     'os', 'pid', 'R', 'nws', 'rank', and 'logfile'.

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

     ## Not run: 
     s <- sleigh()
     status(s, TRUE, 20)
     workerInfo(s)
     ## End(Not run)

