checkForFileInPath      package:GeneRegionScan      R Documentation

_C_h_e_c_k _F_o_r _F_i_l_e _I_n _P_a_t_h

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

     Internal function used to check for files in path.

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

         checkForFileInPath(filenames)

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

filenames: A character vector of filenames to check for -
          c("xxxx.exe","xxxx") for example

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

     This function is not meant to be called by the user so it is not
     in the namespace.

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

     A character vector with the expanded paths and filenames to the
     found files.

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

     Lasse Folkersen

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

     plotOnGene

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

             
             GeneRegionScan:::checkForFileInPath(c("python","python.exe"))
             

