| .generate_gs_uuid | R Documentation |
This helper function creates a unique ID without relying on the R
Random Number Generator (RNG), making it immune to set.seed().
It combines the Process ID (PID), high-precision system time, and
a system-level temporary identifier to ensure uniqueness across
parallel processes and rapid sequential calls.
.generate_gs_uuid()
A character string containing a unique alphanumeric ID.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.