trimNonText.RspDocument {R.rsp} | R Documentation |
Trims all non-text RSP constructs.
## S3 method for class 'RspDocument' trimNonText(object, ..., verbose=FALSE)
... |
Not used. |
verbose |
See |
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.
Returns an RspDocument
.
Henrik Bengtsson
For more information see RspDocument
.