scriptcmd                package:nws                R Documentation

_S_l_e_i_g_h _A_u_x_i_l_i_a_r_y _F_u_n_c_t_i_o_n

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

     This function is set through optional argument 'scriptExec' in the
     sleigh constructor. It uses Python to execute a worker script.

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

     This function indicates that configuration variables  such as
     'RSleighName' and 'RSleighNwsName' are passed as part of  the
     worker script arguments rather than through the 'env' command. 
     This is often useful on systems that do not support the 'env'
     command.

     'scriptcmd' is the default choice to execute worker scripts on
     Windows.

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

     ## Not run: 
     s = sleigh(scriptExec=scriptcmd)
     ## End(Not run)

