Learn R Programming

odfWeave (version 0.4.1)

RweaveOdf: R/ODF Driver for Sweave

Description

A driver for Sweave that translates R code chunks in XML files produced in Open Document Format (ODF) files.

Usage

RweaveOdf()

RweaveOdfSetup(file, syntax, output=NULL, quiet=FALSE, debug=FALSE, echo=TRUE, eval=TRUE, ...)

Arguments

file
Name of Sweave source file.
syntax
An object of class SweaveSyntax.
output
Name of output file, default is to remove extension .nw, .Rnw or .Snw and to add extension .xml. Any directory names in file are also removed such that the output is created
quiet
If TRUE all progress messages are suppressed.
debug
If TRUE, input and output of all code chunks is copied to the console.
echo
set default for option echo, see details below.
eval
set default for option eval, see details below.
...
optional arguments. This is used to pass the control object to the driver

See Also

Sweave, odfWeave