| removeNumbers {tm} | R Documentation |
Stip any numbers from a text document.
## S3 method for class 'PlainTextDocument' removeNumbers(x)
x |
A text document. |
The text document with any numbers in it removed.
getTransformations to list available transformation (mapping) functions.
data("crude")
crude[[1]]
removeNumbers(crude[[1]])