node_df: Extract data about the functions in a function map

Description Usage Arguments Value

View source: R/api.R

Description

Returns a data frame, where each row is a function in the function map. The data frame includes functions that are in (other) R packages, and are called from the mapped script, folder or package.

Usage

1
node_df(map)

Arguments

map

The function map object.

Value

A data frame with one row for each function in the map. Current columns:

ID

The name of the function.

own

Whether it is a function in the mapped script, folder or package.

exported

Whether it is an exported function of the package. For scripts and folders it is always FALSE.


MangoTheCat/functionMap documentation built on May 7, 2019, 2:10 p.m.