load_internal_functions: Load internal functions from a package

View source: R/load_internal_functions.R

load_internal_functionsR Documentation

Load internal functions from a package

Description

This function loads internal functions from a package into the global environment. This is designed to support package testing.

Usage

load_internal_functions(pkg)

Arguments

pkg

A character that defines the name of the package.

Warning

This function modifies the global environment.

Source

The function was modified from code provided by Tyler Rinker (https://www.py4u.net/discuss/871790).


edwardlavender/utils.add documentation built on Dec. 14, 2024, 8:11 a.m.