R.rsp (version 0.40.0)

parse.RspParser: Parses the RSP string

Description

Parses the RSP string with RSP comments dropped.

Usage

"parse"(parser, object, envir=parent.frame(), ..., until=c("*", "end", "expressions", "directives", "comments"), as=c("RspDocument", "RspString"), verbose=FALSE)

Arguments

object
An RspString to be parsed.
envir
The environment where the RSP document is preprocessed.
...
Passed to the processor in each step.
until
Specifies how far the parse should proceed, which is useful for troubleshooting and rebugging.
as
Specifies in what format the parsed RSP document should be returned.
verbose
See Verbose.

Value

Returns a RspDocument (when as = "RspDocument"; default) or RspString (when as = "RspString").

See Also

For more information see RspParser.