File: RcmdrPager.Rd

package info (click to toggle)
rcmdr 2.9-5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,788 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\name{RcmdrPager}
\alias{RcmdrPager}

\title{Pager for Text Files}
\description{
  This is a slightly modified version of the tkpager, changed to use the Rcmdr monospaced font
  and a white background.
}
\usage{
RcmdrPager(file, header, title, delete.file)
}

\arguments{
  \item{file}{character vector of file(s) to be displayed.}
  \item{header}{for the beginning of each file.}
  \item{title}{for window}
  \item{delete.file}{delete file(s) on close.}
}

\seealso{\code{\link[tcltk]{tkpager}}}

\keyword{misc}