removeNumPunct {texter} | R Documentation |
Easily remove Punctuation from Text
Description
This function will help you remove punctuation and numbers from your text easily
Usage
removeNumPunct(x)
Arguments
x |
is the text column you want the punctuation and texts removed from |
Value
a character vector.
Examples
{
removeNumPunct("is this your number? 01234")
}
[Package texter version 0.1.9 Index]