indentPrint              package:qvcalc              R Documentation

_P_r_i_n_t _w_i_t_h _L_i_n_e _I_n_d_e_n_t_a_t_i_o_n

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

     Same as `print', but adds a specified amount of white space at the
     start of each printed line

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

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

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

  object: any printable object 

  indent: a non-negative integer, the number of spaces to insert

     ...: other arguments to pass to `print'

_V_a_l_u_e:

     `object' is returned invisibly

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

     David Firth, david.firth@nuffield.ox.ac.uk

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

     indentPrint("this indented by 10 spaces", indent=10)

