tkpager {tcltk} | R Documentation |
Page file using Tk text widget
Description
This plugs into file.show
, showing files in separate windows.
Usage
tkpager(file, header, title, delete.file)
Arguments
file |
character vector containing the names of the files to be displayed |
header |
headers to use at the beginning of each file |
title |
title to use for the window |
delete.file |
logical. Should file(s) be deleted after display |
Note
The "\b_"
string used for underlining is currently
quietly removed. The font and background colour are currently
hardcoded to Courier and gray90.
See Also
file.show