preprocess.RspDocument {R.rsp} | R Documentation |
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(),
clipboard=new.env(), ..., verbose=FALSE)
Arguments
recursive |
If |
flatten |
If |
envir |
The |
clipboard |
An |
... |
Not used. |
verbose |
See |
Value
Returns an RspDocument
.
Author(s)
Henrik Bengtsson
See Also
For more information see RspDocument
.
[Package R.rsp version 0.45.0 Index]