R.rsp (version 0.46.0)

parseDocument.RspString: Parses an RSP string into a RSP document

Description

Parses an RSP string into a RSP document.

Usage

# S3 method for RspString
parseDocument(object, ..., envir=parent.frame(), parser=RspParser())

Value

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

Arguments

...

Additional arguments passed to the RSP parser.

envir

The environment where the RSP document is parsed.

parser

An RspParser.

Author

Henrik Bengtsson

See Also

For more information see RspString.