get_config | R Documentation |
Returns the configuration list previously set by set_credentials()
.
If credentials have not been set, this function will raise an error.
get_config(safe = TRUE, quiet = FALSE)
safe |
Logical; if TRUE (default), sensitive values are redacted in printed output (only when not quiet). |
quiet |
Logical; if TRUE, suppresses printed output (default FALSE). |
A named list containing the stored VALD configuration values for the current user. Sensitive values are redacted when printed with safe = TRUE. Returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.