get_all_functions_imported_to_children: Get functions that are imported to its child packages
Description
Get functions that are imported to its child packages
Usage
get_all_functions_imported_to_children(package)
Value
It returns a list of function names that are imported to every of its child packages.
Arguments
package
Package name.
Details
The information is based on pre-computated results for a specific CRAN/Bioconductor snapshot. See pkgndep$heaviness_db_version for how to set the version of the snapshot.