rankCount                package:nws                R Documentation

_R_e_t_u_r_n _a _R_a_n_k _C_o_u_n_t _f_r_o_m _a _S_l_e_i_g_h

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

     Return the 'rankCount' in sleigh. If 'rankCount=-1', then the 
     worker group has closed, and no more workers may join the group.

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

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

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

 .Object: a sleigh class object

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

     ## Not run: 
     # simple hello world
     s = sleigh()
     rankCount(s)
     ## End(Not run)

