Creates a formatted edge table suitable for visualisation with visNetwork.
Usage
visNetwork_edges(mcmodule, inputs = FALSE)
Arguments
- mcmodule
(mcmodule object). Module containing node relationships.
- inputs
(logical). If TRUE, include non-node inputs. Default: FALSE.
Value
A data frame containing edge information for visNetwork with columns:
from, to, and id.