Read app config
1 2 3 4 5 | get_golem_config(
value,
config = Sys.getenv("R_CONFIG_ACTIVE", "default"),
use_parent = TRUE
)
|
value |
Value to retrieve from the config file. |
config |
R_CONFIG_ACTIVE value. |
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.