Rtangle {utils} | R Documentation |
A driver for Stangle
that extracts R code chunks.
Rtangle()
RtangleSetup(file, syntax, output = NULL, annotate = TRUE,
split = FALSE, prefix = TRUE, quiet = FALSE)
file |
Name of Sweave source file. |
syntax |
An object of class |
output |
Name of output file, default is to remove extension ‘.nw’,
‘.Rnw’ or ‘.Snw’ and to add extension ‘.R’. Any
directory names in |
annotate |
By default, code chunks are separated by comment
lines specifying the names and numbers of the code chunks. If
|
split |
Split output in single files per code chunk? |
prefix |
If |
quiet |
If |
Friedrich Leisch
Friedrich Leisch: Sweave User Manual, 2008
http://www.stat.uni-muenchen.de/~leisch/Sweave
Sweave
, RweaveLatex