get_edges_from_map: Brief: Convert Dependency Map to Edge List

View source: R/get_edges_from_map.R

get_edges_from_mapR Documentation

Brief: Convert Dependency Map to Edge List

Description

Description: Converts a dependency map (as produced by build_dependency_map(), which is a list of data frames representing function dependencies, into a unified edge list with from and to columns. This format is required for visualizing the function relationships using visNetwork.

Usage

get_edges_from_map(dep_map)

Arguments

dep_map

A named list of data frames, where each data frame contains the dependencies of a user-defined function.

Details

Author: Antonio Fratamico Date: 10/07/2025

Value

A data frame representing the edge list, with columns from and to, suitable for plotting with visNetwork.


funcMapper documentation built on Aug. 8, 2025, 7:29 p.m.