map_package: Create the function call map of an R package

Description Usage Arguments Value

View source: R/map.R

Description

Find all functions and function calls in a package. This requires the loading of the package (in another R session, so the current R session is unaffected by this), which means that all depended and imported packages must be available as well.

Usage

1
map_package(path = ".")

Arguments

path

path to an R package root

Value

List with elements:

Columns in defs:

Columns in calls:


r-lib/pkgapi documentation built on March 7, 2020, 10:55 a.m.