powered by
Parses the RSP string.
# S3 method for RspString parse(object, ..., envir=parent.frame(), parser=RspParser())
Additional arguments passed to the RSP parser.
The environment where the RSP document is parsed.
environment
An RspParser.
RspParser
Returns a RspDocument (unless until != "*" in case it returns a deparsed RspString.)
RspDocument
until != "*"
RspString
For more information see RspString.