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.
get_edges_from_map(dep_map)A data frame representing the edge list, with columns from and to, suitable for plotting with visNetwork.
A named list of data frames, where each data frame contains the dependencies of a user-defined function.
Author: Antonio Fratamico Date: 10/07/2025