Learn R Programming

caugi (version 1.0.0)

.get_edges: Build edges data.table from verb call.

Description

Internal helper to build edges data.table from verb call.

Usage

.get_edges(from, edge, to, calls, simple = TRUE)

Value

A data.table with columns from, edge, and to.

Arguments

from

Character vector of source node names.

edge

Character vector of edge types.

to

Character vector of target node names.

calls

List of calls from ....

simple

Logical, whether the graph is simple or not.