| hash_id | R Documentation |
Creates a deterministic hash from one or more character inputs. Uses MD5 via base R's digest-like approach for a lightweight, dependency-free implementation.
hash_id(..., prefix = NULL)
... |
Character values to hash together. Concatenated with |
prefix |
Optional prefix prepended to the hash (e.g., |
A character string of the form prefix-hexhash or just hexhash.
hash_id("ADSL", "rule_001")
hash_id("my_study", "2024-01-01", prefix = "RUN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.