compileSweave {R.rsp} | R Documentation |
Compiles a Sweave file.
## Default S3 method: compileSweave(filename, path=NULL, ..., outPath=".", postprocess=TRUE, verbose=FALSE)
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 |
Returns the pathname of the generated document.
Henrik Bengtsson
Internally, Sweave
is used.