inchars | R Documentation |
This function will replace invalid characters.
inchars(x)
x |
string or vector |
'@' symbol is replaced with 'at' Any of the following: ‘ ~ ! # $ % ^ & * \ | ; ’ " < > / ? are replaced with an underscore ''. Parentheses, brackets, and spaces are replaced with an underscore ''.
vector without invalid characters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.