get_active_functions {assertHE} | R Documentation |
get all active functions that exist in the global environment
Description
get all active functions that exist in the global environment
Usage
get_active_functions(packages = "assertHE")
Arguments
packages |
a vector containing the names of packages to include in the search |
Value
a vector containing the names of all active functions in the global environment
[Package assertHE version 1.0.0 Index]