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


R-Computing-Lab/BGMisc documentation built on July 16, 2025, 9:09 p.m.