get_edge_table: Generate Edge Table for Network Construction

View source: R/mc_network.R

get_edge_tableR Documentation

Generate Edge Table for Network Construction

Description

Creates a data frame containing edge relationships between nodes in a Monte Carlo module network. Each row represents a directed edge from one node to another.

Usage

get_edge_table(mcmodule, inputs = FALSE)

Arguments

mcmodule

An mcmodule object containing node relationships

inputs

Include non-node inputs: data-sets, data-frames and columns (optional)

Value

A data frame with columns node_from and node_to representing network edges

Examples

edge_table <- get_edge_table(imports_mcmodule)

mcmodule documentation built on Nov. 25, 2025, 5:10 p.m.