stashROption             package:stashR             R Documentation

_S_e_t _o_p_t_i_o_n_s

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

     Set options relevant to the 'stashR' package

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

     stashROption(name, value)

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

    name: character, name of option

   value: value for the option

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

     Currently, the only option that can be set is 'quietDownload'
     which is a logical indicating whether download progress should be
     printed to the screen when downloading a value associated with a
     specific key.  The default is 'TRUE'.

_A_u_t_h_o_r(_s):

     Roger D. Peng

