View source: R/noSpecialChar.R
noSpecialChar | R Documentation |
Removes any special characters from a string. Includes all single special characters as well as ".-" and "__".
noSpecialChar(strng, files)
strng |
Character string for cleaning. |
files |
Logical, are strings filenames, if TRUE, "." not removed, if FALSE, "." removed. |
Clean character string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.