print_pkg_config | R Documentation |
Prints a package's configuration metadata (<pkg>::pkg_config
) as a prettily formatted Markdown table.
print_pkg_config(
pkg = utils::packageName(env = parent.frame()),
roxy_to_md = FALSE
)
pkg |
Package name. A character scalar. Defaults to the name of the calling package. |
roxy_to_md |
Whether or not to convert roxygen2 documentation links in pseudo-Markdown style to actual Markdown ones using |
A character vector.
Other package configuration functions:
augment_pkg_config()
,
has_pkg_config_val()
,
pkg_config_val()
,
pkg_config_val_default()
try(
pal::print_pkg_config(pkg = "pkgpurl")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.