get_edges_from_map {funcMapper}R 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.


[Package funcMapper version 1.0.0 Index]