| flatten.RspDocument {R.rsp} | R Documentation |
Flattens an RspDocument
Description
Flattens an RspDocument by expanding and inserting the list of
RspConstructs for any RspDocument.
Usage
## S3 method for class 'RspDocument'
flatten(object, ..., verbose=FALSE)
Arguments
... |
Not used. |
verbose |
See |
Value
Returns an RspDocument that contains only RspConstruct:s
(and no RspDocument).
Author(s)
Henrik Bengtsson
See Also
For more information see RspDocument.
[Package R.rsp version 0.45.0 Index]