traceTreePaths: Trace paths between individuals in a family tree grid

View source: R/readWikifamilytree.R

traceTreePathsR Documentation

Trace paths between individuals in a family tree grid

Description

Trace paths between individuals in a family tree grid

Usage

traceTreePaths(tree_long, deduplicate = TRUE)

Arguments

tree_long

A data.frame with columns: Row, Column, Value, id

deduplicate

Logical, if TRUE, will remove duplicate paths

Value

A data.frame with columns: from_id, to_id, direction, path_length, intermediates


BGmisc documentation built on June 11, 2025, 1:07 a.m.