Learn R Programming

tm (version 0.5-9.1)

stripWhitespace: Strip Whitespace from a Text Document

Description

Strip extra whitespace from a text document. Multiple white space characters are collapsed to a single blank.

Usage

## S3 method for class 'PlainTextDocument':
stripWhitespace(x)

Arguments

x
A text document.

Value

  • The text document with multiple white space characters collapse to a single blank.

See Also

getTransformations to list available transformation (mapping) functions.

Examples

Run this code
data("crude")
crude[[1]]
stripWhitespace(crude[[1]])

Run the code above in your browser using DataLab