Arguments
RdFiles
a character vector specifying the Rd files to be used
for creating the index, either by giving the paths to the files, or
the path to a single directory with the sources of a package.
outFile
a connection, or a character string naming the output
file to print to. ""
(the default) indicates output to the
console.
type
a character string giving the documentation type of the Rd
files to be included in the index, or NULL
(the default).
The type of an Rd file is typically specified via the
\docType
tag; if type
is "data"
, Rd files
whose only keyword is datasets
are included as well.
width
a positive integer giving the target column for wrapping
lines in the output.
indent
a positive integer specifying the indentation of the
second column. Must not be greater than width/2
, and
defaults to width/3
.