filter_root_leaf: Filter a closure table for the root-to-leaf connections only

Description Usage Examples

View source: R/root-leaf.R

Description

Filter a closure table for the root-to-leaf connections only

Usage

1
filter_root_leaf(clsr_tbl)

Examples

1
2
3
alist <- tibble::tibble(parent = c(1, 2, 2), child = c(2, 3, 4))
clsr <- closure_table(alist)
filter_root_leaf(clsr)

jameelalsalam/nestedcats documentation built on June 2, 2020, 8:16 p.m.