R.rsp (version 0.3.3)

rspToHtml: Compiles an RSP file to an HTML file

Description

Compiles an RSP file to an HTML file.

Usage

## S3 method for class 'default}(file=NULL, path=NULL, outFile=NULL, outPath=NULL, extension="html", overwrite=TRUE, ...)':
rspToHtmlundefined

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.

[object Object]

sourceRsp().



file
IO

Arguments