| Line 28... |
Line 28... |
| 28 |
Rd2latex(Rd, out = "", defines = .Platform$OS.type,
|
28 |
Rd2latex(Rd, out = "", defines = .Platform$OS.type,
|
| 29 |
stages = "render", outputEncoding = "ASCII",
|
29 |
stages = "render", outputEncoding = "ASCII",
|
| 30 |
fragment = FALSE, ..., writeEncoding = TRUE)
|
30 |
fragment = FALSE, ..., writeEncoding = TRUE)
|
| 31 |
|
31 |
|
| 32 |
Rd2ex(Rd, out = "", defines = .Platform$OS.type,
|
32 |
Rd2ex(Rd, out = "", defines = .Platform$OS.type,
|
| 33 |
stages = "render", outputEncoding = "UTF-8", ...)
|
33 |
stages = "render", outputEncoding = "UTF-8",
|
| - |
|
34 |
commentDontrun = TRUE, ...)
|
| 34 |
}
|
35 |
}
|
| 35 |
\arguments{
|
36 |
\arguments{
|
| 36 |
\item{Rd}{ a filename or \code{Rd} object to use as input. }
|
37 |
\item{Rd}{ a filename or \code{Rd} object to use as input. }
|
| 37 |
\item{out}{ a filename or connection object to which to write the output. }
|
38 |
\item{out}{ a filename or connection object to which to write the output. }
|
| 38 |
\item{package}{ the package to list in the output. }
|
39 |
\item{package}{ the package to list in the output. }
|
| Line 55... |
Line 56... |
| 55 |
\code{\link{Rd2txt_options}}.}
|
56 |
\code{\link{Rd2txt_options}}.}
|
| 56 |
\item{...}{ additional parameters to pass to \code{\link{parse_Rd}} when
|
57 |
\item{...}{ additional parameters to pass to \code{\link{parse_Rd}} when
|
| 57 |
\code{Rd} is a filename. }
|
58 |
\code{Rd} is a filename. }
|
| 58 |
\item{writeEncoding}{should \verb{\inputencoding} lines be written in
|
59 |
\item{writeEncoding}{should \verb{\inputencoding} lines be written in
|
| 59 |
the file for non-ASCII encodings?}
|
60 |
the file for non-ASCII encodings?}
|
| - |
|
61 |
\item{commentDontrun}{should \verb{\dontrun} sections be commented
|
| - |
|
62 |
out?}
|
| 60 |
}
|
63 |
}
|
| 61 |
\details{
|
64 |
\details{
|
| 62 |
These functions convert help documents: \code{Rd2HTML} produces HTML,
|
65 |
These functions convert help documents: \code{Rd2HTML} produces HTML,
|
| 63 |
\code{Rd2txt} produces plain text, \code{Rd2latex} produces LaTeX.
|
66 |
\code{Rd2txt} produces plain text, \code{Rd2latex} produces LaTeX.
|
| 64 |
\code{Rd2ex} extracts the examples in the format used by
|
67 |
\code{Rd2ex} extracts the examples in the format used by
|