get_all_functions_imported_to_children {pkgndep} | R Documentation |
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)
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.
Value
It returns a list of function names that are imported to every of its child packages.
Examples
## Not run:
get_all_functions_imported_to_children("circlize")
## End(Not run)
[Package pkgndep version 1.99.3 Index]