tkpager                package:tcltk                R Documentation

_P_a_g_e _f_i_l_e _u_s_i_n_g _T_k _t_e_x_t _w_i_d_g_e_t

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

     This plugs into 'file.show', showing files in separate windows.

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

     tkpager(file, header, title, delete.file)

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

    file: character vector containing the names of the files to be
          displayed

  header: headers to use for each file

   title: common title to use for the window(s). Pasted together with
          the 'header' to form actual window title.

delete.file: logical. Should file(s) be deleted after display?

_N_o_t_e:

     The '"\b_"' string used for underlining is currently quietly
     removed. The font and background colour are currently hardcoded to
     Courier and gray90.

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

     'file.show'

