removeNumbers-methods {tm}R Documentation

Methods for Function removeNumbers in Package ‘tm’

Description

Methods for function removeNumbers in package tm.

Methods

object = "PlainTextDocument", ...
Strips any numbers from object and return the object.

See Also

Use getTransformations to list available transformation (mapping) functions.

Examples

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

[Package tm version 0.3-3 Index]