Learn R Programming

caugi (version 1.0.0)

.flatten_edge_chain: Flatten a chained edge expression

Description

Given a chained edge expression, flatten it into its terms and operators.

Usage

.flatten_edge_chain(call_expr)

Value

A list with two elements, terms and ops.

Arguments

call_expr

A call expression representing a chained edge.