sanitize_id | R Documentation |
Replaces non-ASCII characters into a format that can be used in HTML, JavaScript and Shiny.
When the id has a character that is not allowed, it is replaced with "_"
and a 4 character hash of the original id is added to the start of the
resulting id.
sanitize_id(id)
id |
( |
Sanitized string that removes special characters and spaces.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.