FileChoice              package:anapuce              R Documentation

_F_u_n_c_t_i_o_n _t_o _c_h_o_o_s_e _t_h_e _f_i_l_e_s _t_o _a_n_a_l_y_z_e

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

     This function sets the working directory to the directory choosen
     by the user, and allows the user to choose the files to analyze
     inside this directory.

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

     FileChoice(pattern = NULL)

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

pattern     : an optional regular expression. Only file names which
          match the regular expression will be returned. 

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

     A vector containing the names of the files to analyze

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

     J. Aubert

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

     'normalisation'

