rspToHtml {R.rsp}R Documentation

Compiles an RSP file to an HTML file

Description

Compiles an RSP file to an HTML file.

Usage

## Default S3 method:
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.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

sourceRsp().


[Package R.rsp version 0.3.4 Index]