compileRnw {R.rsp} | R Documentation |
Compiles a Rnw file
Description
Compiles a Rnw file. The compiler used depends on the content type.
Usage
## Default S3 method:
compileRnw(filename, path=NULL, ..., type=NULL, verbose=FALSE)
Arguments
filename , path |
The filename and (optional) path of the document to be compiled. |
... |
Additional arguments passed to the compiler function used. |
type |
A |
verbose |
See |
Value
Returns the pathname of the generated document.
Author(s)
Henrik Bengtsson
[Package R.rsp version 0.45.0 Index]