userQuery             package:reposTools             R Documentation

_A _f_u_n_c_t_i_o_n _t_o _q_u_e_r_y _t_h_e _u_s_e_r _f_o_r _i_n_p_u_t

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

     This function will output a given message and seek a response from
     the user, repeating the message until the input is from a valid
     set provided by the code.

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

     userQuery(msg, allowed = c("yes", "y", "no", "n"))

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

     msg: The output message

 allowed: Allowed input from the user

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

     The input from the user

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

     Jeff Gentry

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

