tm (version 0.7-1)

removeNumbers: Remove Numbers from a Text Document

Description

Remove numbers from a text document.

Usage

# S3 method for PlainTextDocument
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
# NOT RUN {
data("crude")
crude[[1]]
removeNumbers(crude[[1]])
# }

Run the code above in your browser using DataLab