rspToHtml {R.rsp} | R Documentation |
Compiles an RSP file to an HTML file.
## Default S3 method: rspToHtml(file=NULL, path=NULL, outFile=NULL, outPath=NULL, extension="html", overwrite=TRUE, ...)
file |
The filename of the RSP file to be compiled. |
path |
An optional path to the RSP file. |
outFile |
The filename of the output file.
If NULL , a default output file is used. |
outPath |
An optional path to the output file. |
extension |
The filename extension of the default output file. |
overwrite |
If TRUE , an existing output file is overwritten. |
... |
Additional arguments passed to sourceRsp (). |
Returns the pathname to the generated document.
Henrik Bengtsson (http://www.braju.com/R/)
sourceRsp
().