Learn R Programming

cleanr (version 1.4.0)

load_internal_functions: Load a Package's Internals

Description

See fritools::load_internal_functions .

Usage

load_internal_functions(package, ...)

Value

invisible(TRUE)

Arguments

package

[character(1)]
The name of the package as a string.

...

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

See Also