| Line 4... |
Line 4... |
| 4 |
% Distributed under GPL 2 or later
|
4 |
% Distributed under GPL 2 or later
|
| 5 |
|
5 |
|
| 6 |
\name{file.show}
|
6 |
\name{file.show}
|
| 7 |
\alias{file.show}
|
7 |
\alias{file.show}
|
| 8 |
\title{Display One or More Text Files}
|
8 |
\title{Display One or More Text Files}
|
| - |
|
9 |
\description{
|
| 9 |
\description{Display one or more (plain) text files, in a platform
|
10 |
Display one or more (plain) text files, in a platform-specific way,
|
| 10 |
specific way, typically via a \sQuote{pager}.
|
11 |
typically via a \sQuote{pager}.
|
| 11 |
}
|
12 |
}
|
| 12 |
\usage{
|
13 |
\usage{
|
| 13 |
file.show(\dots, header = rep("", nfiles),
|
14 |
file.show(\dots, header = rep("", nfiles),
|
| 14 |
title = "R Information",
|
15 |
title = "R Information",
|
| 15 |
delete.file = FALSE, pager = getOption("pager"),
|
16 |
delete.file = FALSE, pager = getOption("pager"),
|
| 16 |
encoding = "")
|
17 |
encoding = "")
|
| 17 |
}
|
18 |
}
|
| 18 |
\arguments{
|
19 |
\arguments{
|
| 19 |
\item{\dots}{one or more character vectors containing the names of the
|
20 |
\item{\dots}{one or more character vectors containing the names of the
|
| 20 |
files to be displayed. Paths with have \link{tilde expansion}.}
|
21 |
files to be displayed. Paths will undergo \link{tilde expansion}.}
|
| 21 |
\item{header}{character vector (of the same length as the number of files
|
22 |
\item{header}{character vector (of the same length as the number of files
|
| 22 |
specified in \code{\dots}) giving a header for each file being
|
23 |
specified in \code{\dots}) giving a header for each file being
|
| 23 |
displayed. Defaults to empty strings.}
|
24 |
displayed. Defaults to empty strings.}
|
| 24 |
\item{title}{an overall title for the display. If a single separate
|
25 |
\item{title}{an overall title for the display. If a single separate
|
| 25 |
window is used for the display, \code{title} will be used as the window
|
26 |
window is used for the display, \code{title} will be used as the window
|