R.rsp (version 0.4.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"), validate=TRUE, verbose=FALSE, ...)

Arguments

rspCode
A character vector of RSP code to parsed.
rspLanguage
An RspLanguage object.
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 infor
...
Not used.

Value

See Also

sourceRsp().