Skip to contents

Get all distinct nodes in an edge list

Usage

tree_get_nodes(edges, col_source, col_target)

Arguments

edges

An edge list

col_source

Source column name

col_target

Target column name

Value

A tibble with one column id containing unique source and target values