R.rsp (version 0.15.0)

translateRspV1: Translates an RSP file to an R servlet

Description

Translates an RSP file to an R servlet.

Usage

## S3 method for class 'default':
translateRspV1(file="", text=NULL, path=getParent(file),
  rspLanguage=getOption("rspLanguage"), trimRsp=TRUE, verbose=FALSE, ...)

Arguments

file
A filename, a URL, or a connection to be read. Ignored if text is not NULL.
text
If specified, a character vector of RSP code to be translated.
path
A pathname setting the current include path. If file is a filename and its parent directory is different from this one, path is added to the beginning of file before the file
rspLanguage
An RspLanguage object.
trimRsp
If TRUE, white space is trimmed from RSP blocks.
verbose
Either a logical, a numeric, or a Verbose object specifying how much verbose/debug inform
...
Not used.

Value

See Also

sourceRsp().