R.rsp (version 0.7.1)

rspToHtml: Compiles an RSP file to an HTML file

Description

Compiles an RSP file to an HTML file.

Usage

## S3 method for class 'default':
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.
...
Additional arguments passed to sourceRsp().

Value

  • Returns the pathname to the generated document.

See Also

sourceRsp().