Tests whether or not a certain package configuration value is set. See config_val()
for the underlying concept.
Usage
has_config_val(
key,
pkg = utils::packageName(env = parent.frame()),
env = parent.frame()
)
See also
Other package configuration value functions:
config_val()
,
config_val_default()
Examples
try(
funky::has_config_val(key = "gen_pkgdown_ref",
pkg = "pkgpurl")
)
#> [1] TRUE