stopSleigh                package:nws                R Documentation

_S_t_o_p _a _S_l_e_i_g_h

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

     Shut down sleigh workers and delete sleigh workspace.

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

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

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

 .Object: a sleigh class object

_D_e_t_a_i_l_s:

     This function is called by 'close' method.

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

     'close'

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

     ## Not run: 
     s = sleigh()
     stopSleigh(s)
     ## End(Not run)

