View source: R/run_covr_modes.R
| load_package_into_env | R Documentation |
This internal function loads all objects from a package namespace into a specified environment. It is used by 'create_covr_list_no_skip()' to prepare the environment for coverage analysis.
load_package_into_env(pkg_source_path, pkg, cov_env)
pkg_source_path |
Path to the package source directory. |
pkg |
Name of the package to load. |
cov_env |
Environment into which package objects will be loaded. |
Invisibly returns TRUE if successful, otherwise stops with an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.