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) 
       print.string(x,...)
       "+.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

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

     'print.xtable'

