edge_df: Extract data about the edges (function calls) in a function...

Description Usage Arguments Value

View source: R/api.R

Description

Extract data about the edges (function calls) in a function map

Usage

1
edge_df(map)

Arguments

map

The function map.

Value

A data frame with columns:

from

Calling function.

to

Called function.

type

Call type.

line

Line number.

col1

Starting column number.

col2

Ending column number.


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