table.attributes package:xtable R Documentation _R_e_t_r_i_e_v_e _a_n_d _S_e_t _O_p_t_i_o_n_s _f_o_r _E_x_p_o_r_t _T_a_b_l_e_s _D_e_s_c_r_i_p_t_i_o_n: Functions retrieving or setting table attributes for the supplied object of class '"xtable"'. _U_s_a_g_e: caption(x,...) caption(x) <- value label(x,...) label(x) <- value align(x,...) align(x) <- value digits(x,...) digits(x) <- value display(x,...) display(x) <- value _A_r_g_u_m_e_n_t_s: x: An '"xtable"' object. value: The value of the corresponding attribute. ...: Additional arguments. (Currently ignored.) _D_e_t_a_i_l_s: These functions retrieve or set table attributes of the object 'x' of class '"xtable"'. See 'xtable' for a description of the options. _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: 'xtable', 'print.xtable', 'formatC'