Skip to contents

A tibble with metadata of all possible swissmuni package configuration options. See pal::pkg_config_val() for more information.

Usage

pkg_config

Format

A tibble with the columns key, default_value, and description.

Examples

swissmuni::pkg_config
#> # A tibble: 1 × 3
#>   key                  default_value description                                                                                                                
#>   <chr>                <list>        <glue>                                                                                                                     
#> 1 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 …