A tibble with metadata of all possible fokus package configuration options. See funky::config_val()
for more information.
Format
A tibble with the columns key
, default_value
, default_value_dynamic
, require
, and description
.
Examples
fokus::funky_config
#> # A tibble: 5 × 5
#> key default_value default_value_dynamic require description
#> <chr> <list> <chr> <lgl> <glue>
#> 1 ballot_date <date [1]> NA NA FOKUS-covered ballot date to fall back to in various functions of this package …
#> 2 canton <chr [1]> NA NA FOKUS-covered canton name to fall back to in various functions of this package …
#> 3 lang <chr [1]> NA NA Language to fall back to in various functions of this package when it isn't exp…
#> 4 global_max_cache_age <chr [1]> NA NA Maximal timespan to preserve the package's [pkgpins](https://pkgpins.rpkg.dev/)…
#> 5 token_repo_private <NULL> "Sys.getenv(\"GITLAB_COM_TOKEN\")" NA [Personal access token of a gitlab.com account](https://gitlab.com/-/user_setti…