R.rsp (version 0.9.28)

preprocess.RspDocument: Processes all RSP preprocessing directives

Description

Processes all RSP preprocessing directives.

Usage

## S3 method for class 'RspDocument':
preprocess(object, recursive=TRUE, flatten=TRUE, envir=parent.frame(), ...,
  verbose=FALSE)

Arguments

recursive
If TRUE, any RspDocuments introduced via preprocessing directives are recursively parsed and preprocessed as well.
flatten
If TRUE, any RspDocument introduced is replaced (inserted and expanded) by its list of
envir
The environment where the preprocessing is evaluated.
...
Not used.
verbose
See Verbose.

Value

See Also

For more information see RspDocument.