| foundry_get_token | R Documentation |
Retrieve a bearer token from the environment or a provided value.
foundry_get_token(
token = NULL,
required = FALSE,
scope = c("resource", "project")
)
token |
Character. Optional token to use instead of environment variables. |
required |
Logical. If |
scope |
Character. Endpoint family for the token. |
The bearer token string, or NULL if not found and not required.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.