trimNonText.RspDocument: Trims all non-text RSP constructs
Description
Trims all non-text RSP constructs.
Usage
# S3 method for RspDocument
trimNonText(object, ..., verbose=FALSE)
Value
Returns an RspDocument.
Arguments
...
Not used.
verbose
See Verbose.
Author
Henrik Bengtsson
Details
For this method to work properly, the RspDocument should not contain
any RspUnparsedDirective:s or RspUnparsedExpression:s,
i.e. they should already have been parsed.