View source: R/plumber-shared.R
build_id_from_secret | R Documentation |
This is used in shiny.telemetry, but also externally with the Plumber endpoint.
build_id_from_secret(secret)
secret |
string that contains information that should not be publicly available |
A string with an hash of the secret.
build_id_from_secret("some_random_secret_generated_with_uuid::UUIDgenerate")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.