Get the names of the exported functions of a package
Usage
get_exported_functions(package, ignore.names = NULL)
Arguments
- package
Name of the package to fuzz-test.
- ignore.names
Names of functions to ignore: unless set to NULL
(default), these are removed from the names returned.
Value
A character vector of the names of the functions exported from the
requested package, with the "package"
attribute set.