R.rsp (version 0.43.1)

flatten.RspDocument: Flattens an RspDocument

Description

Flattens an RspDocument by expanding and inserting the list of RspConstructs for any RspDocument.

Usage

# S3 method for RspDocument
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.