userQuery package:Biobase 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("y", "n"), default = "n", case.sensitive = FALSE) _A_r_g_u_m_e_n_t_s: msg: The output message allowed: Allowed input from the user default: Default response if called in batch mode case.sensitive: Is the response case sensitive? Defaults to 'FALSE' _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: