removeExt               package:limma               R Documentation

_R_e_m_o_v_e _C_o_m_m_o_n _E_x_t_e_n_s_i_o_n _f_r_o_m _F_i_l_e _N_a_m_e_s

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

     Finds and removes any common extension from a vector of file
     names.

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

     removeExt(x)

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

       x: character vector

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

     A character vector of the same length as 'x' in which any common
     extension has been stripped off.

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

     Gordon Smyth

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

     An overview of LIMMA functions for reading data is given in
     03.ReadingData.

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

     x <- c("slide1.spot","slide2.spot","slide3.spot")
     removeExt(x)

