A tibble with metadata of all possible rdb package configuration options. See pal::pkg_config_val()
for more information.
Format
A tibble with the columns key
, default_value
, and description
.
Examples
rdb::pkg_config
#> # A tibble: 5 × 3
#> key default_value description
#> <chr> <list> <glue>
#> 1 api_username <NULL> RDB Services API username
#> 2 api_password <NULL> RDB Services API password
#> 3 global_max_cache_age <chr [1]> Maximal timespan to preserve the package's [pkgpins](https://pkgpins.rpkg.dev/) cache. Cache entries older than this will …
#> 4 use_testing_server <lgl [1]> Whether or not to use the testing servers instead of the production servers for RDB Services API calls etc.
#> 5 test_testing_server <lgl [1]> Whether or not to run the tests that use the testing servers for RDB Services API calls etc. during `devtools::test()`.