| generate_stable_id | R Documentation |
Generates a stable unique identifier by hashing the supplied components. Part of the companion-package extension API (used by aisdk.datatools).
generate_stable_id(type, ..., prefix = NULL)
type |
Type of element (e.g. "layer", "guide"). |
... |
Components to include in the ID hash. |
prefix |
Optional prefix for the ID. |
A stable ID string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.