R.rsp (version 0.30.0)

parse.RspString: Parses the RSP string

Description

Parses the RSP string.

Usage

"parse"(object, ..., envir=parent.frame(), parser=RspParser())

Arguments

...
Additional arguments passed to the RSP parser.
envir
The environment where the RSP document is parsed.
parser

Value

Returns a RspDocument (unless until != "*" in case it returns a deparsed RspString.)

See Also

For more information see RspString.