Description Usage Arguments Value
TODO-20191026-1: Write doc for conf_get()
1 2 3 4 5 6 7 8 9 10 11 12 13 | conf_get(
value = character(),
from = "config.yml",
dir_from = Sys.getenv("R_CONFIG_DIR", getwd()),
config = Sys.getenv("R_CONFIG_ACTIVE", "default"),
use_parent = TRUE,
sep = "/",
sep_opt_name = "_",
resolve_references = TRUE,
force_from_file = FALSE,
leaf_as_list = FALSE,
verbose = FALSE
)
|
value |
[character] |
from |
[character] |
dir_from |
[character] |
config |
[character] |
use_parent |
[logical] |
sep |
[character] |
sep_opt_name |
[character] |
resolve_references |
[logical] |
force_from_file |
[logical] |
leaf_as_list |
[logical] |
verbose |
[logical] |
[list or character]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.