ReplaceSpecialCharacters | R Documentation |
ReplaceSpecialCharacters replaces special characters '[]$@()' with dots.
ReplaceSpecialCharacters(
string = "obj@meta$alpha[[3]]",
replacement = ".",
remove_dots = FALSE
)
string |
The string potentially having special characters. |
replacement |
The character to replace special characters with. |
remove_dots |
If TRUE, all dots are removed from the string (overwrites if replacement is a dot). |
A string with special characters replaced by dots.
ReplaceSpecialCharacters(string = "obj@meta$alpha[[3]]")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.