trimNonText.RspDocument: Trims all non-text RSP constructs

trimNonText.RspDocumentR Documentation

Trims all non-text RSP constructs

Description

Trims all non-text RSP constructs.

Usage

## S3 method for class 'RspDocument'
trimNonText(object, ..., verbose=FALSE)

Arguments

...

Not used.

verbose

See Verbose.

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.

Value

Returns an RspDocument.

Author(s)

Henrik Bengtsson

See Also

For more information see RspDocument.


R.rsp documentation built on June 28, 2022, 1:05 a.m.