Description Usage Arguments Value Examples
View source: R/removeNumPunct.R
This function will help you remove punctuation and numbers from your text easily
1 |
x |
is the text column you want the punctuation and texts removed from |
a character vector.
1 2 3 4 | {
removeNumPunct("is this your number? 01234")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.