load_internal_functions {fritools2}R Documentation

Load a Package's Internals

Description

Load objects not exported from a package's namespace.

Usage

load_internal_functions(package, ...)

Arguments

package

The name of the package as a string.

...

Arguments passed to ls, all.names = TRUE could be a good idea.

Value

Invisibly TRUE.

See Also

codetools::checkUsageEnv.

Other package functions: get_package_version(), is_r_package_installed(), is_version_sufficient()

Examples

load_internal_functions("fritools2")

[Package fritools2 version 4.1.0 Index]