.get_golem_config | R Documentation |
Read App Config
.get_golem_config(
value,
config = Sys.getenv("GOLEM_CONFIG_ACTIVE", Sys.getenv("R_CONFIG_ACTIVE", "default")),
use_parent = TRUE
)
value |
Value to retrieve from the config file. |
config |
GOLEM_CONFIG_ACTIVE value. If unset, R_CONFIG_ACTIVE. If unset, "default". |
use_parent |
Logical, scan the parent directory for config file. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.