.sanitizeName | R Documentation |
This function replaces problematic characters (such as colons, spaces, parentheses, and commas) to produce a valid name. For potential performance improvements, caching of sanitized names could be implemented.
.sanitizeName(name)
name |
A character string. |
A sanitized version of the input name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.