page                  package:utils                  R Documentation

_I_n_v_o_k_e _a _P_a_g_e_r _o_n _a_n _R _O_b_j_e_c_t

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

     Displays a representation of the object named by 'x' in a pager.

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

     page(x, method = c("dput", "print"), ...)

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

       x: the name of an R object.

  method: The default method is to dump the object _via_ 'dput'. An
          alternative is to print to a file.

     ...: additional arguments for 'file.show'. Intended for setting
          'pager' as 'title' and 'delete.file' are already used.

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

     'file.show', 'edit', 'fix'.

     To go to a new page when graphing, see 'frame'.

