R.rsp (version 0.20.0)

parseRsp: Parse an RSP code string to an R RSP code string

Description

Parse an RSP code string to an R RSP code string.

Usage

## S3 method for class 'default':
parseRsp(rspCode, rspLanguage=getOption("rspLanguage"), trimRsp=TRUE, validate=TRUE,
  verbose=FALSE, ...)

Arguments

rspCode
A character vector of RSP code to parsed.
rspLanguage
An RspLanguage object.
trimRsp
If TRUE, white space is trimmed from RSP blocks.
validate
If TRUE, the parsed RSP code is validated through the Rparser.
verbose
Either a logical, a numeric, or a Verbose object specifying how much verbose/debug inform
...
Not used.

Value

See Also

sourceRsp().