get_all_functions_imported_to_children: Get functions that are imported to its child packages

View source: R/pkgndep.R

get_all_functions_imported_to_childrenR 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)

jokergoo/pkgndep documentation built on Aug. 15, 2023, 4:13 a.m.