tm (version 0.6-2)

removeNumbers: Remove Numbers from a Text Document

Description

Remove numbers from a text document.

Usage

"removeNumbers"(x, ...)

Arguments

x
A text document.
...
Not used.

Value

The text document without numbers.

See Also

getTransformations to list available transformation (mapping) functions.

Examples

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

Run the code above in your browser using DataLab