Description Usage Examples
View source: R/covers.R
Does a set of nodes cover all leaf nodes?
1
covers(cats, clsr_tbl)
1 2 3
alist <- tibble::tibble(parent = c(1, 2, 2), child = c(2, 3, 4)) clsr <- closure_table(alist) covers(1, clsr)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.