Compiles a Sweave file.
# S3 method for default
compileSweave(filename, path=NULL, ..., outPath=".", postprocess=TRUE, verbose=FALSE)
Returns the pathname of the generated document.
The filename and (optional) path of the Sweave document to be compiled.
Additional arguments passed to compileLaTeX
().
The output and working directory.
If TRUE
, and a postprocessing method exists for
the generated product, it is postprocessed as well.
See Verbose
.
Henrik Bengtsson
Internally, Sweave
is used.