Rdocumentation
powered by
Learn R Programming
R.rsp (version 0.40.0)
flatten.RspDocument: Flattens an RspDocument
Description
Flattens an RspDocument by expanding and inserting the
list
of
RspConstruct
s for any
RspDocument
.
Usage
"flatten"(object, ..., verbose=FALSE)
Arguments
...
Not used.
verbose
See
Verbose
.
Value
Returns an
RspDocument
that contains only
RspConstruct
:s (and no
RspDocument
).
See Also
For more information see
RspDocument
.