A tibble with metadata of all possible rdb 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
rdb::funky_config
#> # A tibble: 5 × 5
#> key default_value default_value_dynamic require description
#> <chr> <list> <chr> <lgl> <glue>
#> 1 api_username <NULL> NA NA RDB Services API username
#> 2 api_password <NULL> NA NA RDB Services API password
#> 3 global_max_cache_age <chr [1]> NA NA Maximal timespan to preserve the package's [pkgpins](https://pkgpins.rpkg.dev/) cache. Cache…
#> 4 use_testing_server <lgl [1]> NA NA Whether or not to use the testing servers instead of the production servers for RDB Services…
#> 5 test_testing_server <lgl [1]> NA NA Whether or not to run the tests that use the testing servers for RDB Services API calls etc.…