Last chance! 50% off unlimited learning
Sale ends in
Strip extra whitespace from a text document. Multiple whitespace characters are collapsed to a single blank.
# S3 method for PlainTextDocument
stripWhitespace(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.
# NOT RUN {
data("crude")
crude[[1]]
stripWhitespace(crude[[1]])
# }
Run the code above in your browser using DataLab