Learn R Programming

pkgndep (version 1.99.3)

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.

Examples

Run this code
if (FALSE) {
get_all_functions_imported_to_children("circlize")
}

Run the code above in your browser using DataLab