removeNumPunct {texter} | R Documentation |
This function will help you remove punctuation and numbers from your text easily
removeNumPunct(x)
x |
is the text column you want the punctuation and texts removed from |
a character vector.
{
removeNumPunct("is this your number? 01234")
}