string package:xtable R Documentation _S_t_r_i_n_g _h_a_n_d_l_i_n_g _f_u_n_c_t_i_o_n_s _D_e_s_c_r_i_p_t_i_o_n: Private functions for conveniently working with strings. _U_s_a_g_e: string(text,file="",append=FALSE) ## S3 method for class 'string': print(x,...) ## S3 method for class 'string': x + y as.string(x,file="",append=FALSE) is.string(x) _A_r_g_u_m_e_n_t_s: text: A character object. file: Name of the file that should receive the printed string. append: Should the printed string be appended to the file? x: A 'string' object. y: A 'string' object. ...: Additional arguments. (Currently ignored.) _D_e_t_a_i_l_s: These functions are private functions used by 'print.xtable'. They are not intended to be used elsewhere. _A_u_t_h_o_r(_s): David Dahl dahl@stat.tamu.edu with contributions and suggestions from many others (see source code). _S_e_e _A_l_s_o: 'print.xtable'