Description Usage Arguments Functions
Introspecting into the package in which these utilities are called
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | dev_pkg_name(envir = parent.frame())
dev_pkg_objects(filter_in = NULL, filter_out = NULL, envir = parent.frame())
dev_pkg_version(envir = parent.frame())
dev_pkg_inst(..., envir = parent.frame())
dev_pkg_config(
value,
config = Sys.getenv("R_CONFIG_ACTIVE", "default"),
file = "config.yml",
use_parent = FALSE
)
|
envir |
package environment |
filter_in |
filter in only objects matching this pattern |
filter_out |
filter out these objects after filter_in is applied |
value, config, file, use_parent |
see |
dev_pkg_name
: Gets the package name of where this is called
dev_pkg_objects
: Gets the objects in a package that conform to a regex, or all
dev_pkg_version
: Package Version from the DESCRIPTION file
dev_pkg_inst
: Gets installed files in the package
dev_pkg_config
: Gets configuration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.