load_internal_functions {cleanr}R Documentation

Load a Package's Internals

Description

See fritools::load_internal_functions .

Usage

load_internal_functions(package, ...)

Arguments

package

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

...

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

Value

invisible(TRUE)

See Also

checkUsageEnv in codetools.


[Package cleanr version 1.4.0 Index]