str_remove_symbols | R Documentation |
str_remove_symbols()
removes all non-alphanumeric characters from a string.
It removes apostrophes entirely but replaces other symbols with a space.
str_remove_symbols(string)
string |
A character vector |
The input string
, with symbols removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.