trimWhiteSpace package:limma R Documentation _T_r_i_m _L_e_a_d_i_n_g _a_n_d _T_r_a_i_l_i_n_g _W_h_i_t_e _S_p_a_c_e _D_e_s_c_r_i_p_t_i_o_n: Trims leading and trailing white space from character strings. _U_s_a_g_e: trimWhiteSpace(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 leading and trailing white space has been stripped off each value. _A_u_t_h_o_r(_s): Tim Beissbarth and 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("a "," b ") trimWhiteSpace(x)