clean_chr | R Documentation |
This function clears a text string, removing accents and non-alphanumeric characters.
clean_chr(x)
x |
Vector of type character |
x = c("Test Message (?)") clean_chr(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.