rspToHtml: Compiles an RSP file to an HTML file
Description
Compiles an RSP file to an HTML file.
Usage
"rspToHtml"(file=NULL, path=NULL, outFile=NULL, outPath=NULL, extension="html", overwrite=TRUE, ...)
Arguments
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. Value
Returns the pathname to the generated document.