View source: R/get_edges_from_map.R
get_edges_from_map | R Documentation |
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)
dep_map |
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
A data frame representing the edge list, with columns from and to, suitable for plotting with visNetwork.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.