Learn R Programming

pkgndep (version 1.2.1)

get_all_functions_imported_to_children: Get functions that are imported to child packages

Description

Get functions that are imported to child packages

Usage

get_all_functions_imported_to_children(package)

Value

It returns a list of names of functions that are imported to every of its child packages.

Arguments

package

Package name.

Examples

Run this code
# There is no example
NULL

Run the code above in your browser using DataLab