tm (version 0.6-1)

removeNumbers: Remove Numbers from a Text Document

Description

Remove numbers from a text document.

Usage

## S3 method for class 'PlainTextDocument':
removeNumbers(x, \dots)

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