stripWhitespace: Strip Whitespace from a Text Document
Description
Strip extra whitespace from a text document. Multiple whitespace
characters are collapsed to a single blank.
Usage
stripWhitespace(x, ...)
# S3 method for PlainTextDocument
stripWhitespace(x, ...)
# S3 method for character
stripWhitespace(x, ...)
Value
The text document with multiple whitespace characters collapsed to a
single blank.
Arguments
- x
A text document.
- ...
arguments to be passed to or from methods.
Currently not used.
See Also
getTransformations to list available transformation (mapping)
functions.
Examples
Run this codedata("crude")
crude[[1]]
stripWhitespace(crude[[1]])
Run the code above in your browser using DataLab