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

parseDocument.RspStringR Documentation

Parses an RSP string into a RSP document

Description

Parses an RSP string into a RSP document.

Usage

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

Arguments

...

Additional arguments passed to the RSP parser.

envir

The environment where the RSP document is parsed.

parser

An RspParser.

Value

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

Author(s)

Henrik Bengtsson

See Also

For more information see RspString.


HenrikBengtsson/R.rsp documentation built on Feb. 20, 2024, 9:03 p.m.