Learn R Programming

clusterPower (version 0.7.0)

package_map_helper: Look up which internal functions are called by exported functions.

Description

Look up which internal functions are called by exported functions.

Usage

package_map_helper(packageName = "clusterPower")

Arguments

packageName

The name of the package in quotes. Defaults to "clusterPower".

Value

List of internal functions and the line numbers in which they appear inside external functions.