Remove Numbers from a Text Document
Remove numbers from a text document.
## S3 method for class 'character' removeNumbers(x, ucp = FALSE, ...) ## S3 method for class 'PlainTextDocument' removeNumbers(x, ...)
x |
a character vector or text document. |
ucp |
a logical specifying whether to use Unicode character
properties for determining digit characters. If |
... |
arguments to be passed to or from methods;
in particular, from the |
The text document without numbers.
getTransformations
to list available transformation
(mapping) functions.
data("crude") crude[[1]] removeNumbers(crude[[1]])
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.