parse.RspString {R.rsp}R Documentation

Parses the RSP string

Description

Parses the RSP string.

Usage

## S3 method for class 'RspString'
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

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.


[Package R.rsp version 0.30.0 Index]