View source: R/readWikifamilytree.R
traceTreePaths | R Documentation |
Trace paths between individuals in a family tree grid
traceTreePaths(tree_long, deduplicate = TRUE)
tree_long |
A data.frame with columns: Row, Column, Value, id |
deduplicate |
Logical, if TRUE, will remove duplicate paths |
A data.frame with columns: from_id, to_id, direction, path_length, intermediates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.