generateID | R Documentation |
Generates a HTML valid ID. HTML valid IDs should follow specific standards:
The ID must start with a letter (a-z or A-Z).
All subsequent characters can be letters, numbers (0-9), hyphens (-), underscores (_), colons (:), and periods (.).
Each ID must be unique within the document.
generateID()
A valid CSS id.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.