compileSweave {R.rsp} | R Documentation |
Compiles a Sweave file
Description
Compiles a Sweave file.
Usage
## Default S3 method:
compileSweave(filename, path=NULL, ..., outPath=".", postprocess=TRUE, verbose=FALSE)
Arguments
filename , path |
The filename and (optional) path of the Sweave document to be compiled. |
... |
Additional arguments passed to |
outPath |
The output and working directory. |
postprocess |
If |
verbose |
See |
Value
Returns the pathname of the generated document.
Author(s)
Henrik Bengtsson
See Also
Internally, Sweave
is used.
[Package R.rsp version 0.45.0 Index]