Skip to contents

An empty funky configuration data tibble. E.g. useful to start from when defining funky configuration data via tibble::add_row() calls.

Usage

ptype_config

Format

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

See also

Other package configuration data functions: augment_config(), config(), print_config()

Examples

funky::ptype_config
#> # A tibble: 0 × 5
#> # ℹ 5 variables: key <chr>, default_value <list>, default_value_dynamic <chr>, require <lgl>, description <chr>