indentPrint             package:CGIwithR             R Documentation

_P_r_i_n_t _a_n _O_b_j_e_c_t _w_i_t_h _I_n_d_e_n_t_a_t_i_o_n

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

     Allows the printed representation of an R object to be indented by
     a specified number of spaces.

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

     indentPrint(object, indent=4, ...)

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

  object: An R object

  indent: The number of spaces to indent; default 4

     ...: Other arguments to be passed to 'print'

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

     David Firth d.firth@warwick.ac.uk

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

     indentPrint(1:4,indent=10)

