removeNumbers {tm} | R Documentation |
Remove numbers from a text document.
## S3 method for class 'PlainTextDocument' removeNumbers(x, ...)
x |
A text document. |
... |
Not used. |
The text document without numbers.
getTransformations
to list available transformation (mapping)
functions.
data("crude") crude[[1]] removeNumbers(crude[[1]])