View source: R/load_internal_functions.R
load_internal_functions | R Documentation |
This function loads internal functions from a package into the global environment. This is designed to support package testing.
load_internal_functions(pkg)
pkg |
A character that defines the name of the package. |
This function modifies the global environment.
The function was modified from code provided by Tyler Rinker (https://www.py4u.net/discuss/871790).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.