load_internal_functions {fritools}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("fritools")

[Package fritools version 4.3.0 Index]