augment_pkg_config | R Documentation |
Augments a package's configuration metadata (<pkg>::pkg_config
) with the columns r_opts
and env_var
holding the respective R option and environment
variable names.
augment_pkg_config(pkg = utils::packageName(env = parent.frame()))
pkg |
Package name. A character scalar. Defaults to the name of the calling package. |
A tibble with at minimum the columns key
, default_value
, r_opt
and env_var
.
Other package configuration functions:
has_pkg_config_val()
,
pkg_config_val()
,
pkg_config_val_default()
,
print_pkg_config()
try(
pal::augment_pkg_config(pkg = "pkgpurl")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.