stripWhitespace-methods {tm}R Documentation

Methods for Function stripWhitespace in Package ‘tm’

Description

Methods for function stripWhitespace in package tm.

Methods

object = "PlainTextDocument", ...
Strips unnecessary whitespace from object and return the object.

Examples

data("crude")
crude[[1]]
stripWhitespace(crude[[1]])

[Package tm version 0.3-3 Index]