Skip to contents

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

Usage

funky_config

Format

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

Examples

swissmuni::funky_config
#> # A tibble: 1 × 5
#>   key                  default_value default_value_dynamic require description                                                                                  
#>   <chr>                <list>        <chr>                 <lgl>   <glue>                                                                                       
#> 1 global_max_cache_age <chr [1]>     NA                    NA      Maximal timespan to preserve the package's [pkgpins](https://pkgpins.rpkg.dev/) cache. Cache…