Strip Whitespace from a Text Document
Strip extra whitespace from a text document. Multiple whitespace characters are collapsed to a single blank.
## S3 method for class 'PlainTextDocument' stripWhitespace(x, ...)
x |
A text document. |
... |
Not used. |
The text document with multiple whitespace characters collapsed to a single blank.
getTransformations
to list available transformation (mapping)
functions.
data("crude") crude[[1]] stripWhitespace(crude[[1]])
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.