R.rsp (version 0.30.0)

trimNonText.RspDocument: Trims all non-text RSP constructs

Description

Trims all non-text RSP constructs.

Usage

"trimNonText"(object, ..., verbose=FALSE)

Arguments

...
Not used.
verbose
See Verbose.

Value

Returns an RspDocument.

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.

See Also

For more information see RspDocument.