before_tree {pctax} | R Documentation |
Before df2tree check
Description
Before df2tree check
Usage
before_tree(f_tax)
Arguments
f_tax |
table |
Value
table
Examples
wrong_taxdf <- data.frame(
kingdom = c(rep(c("A", "B"), each = 4), "C", NA),
"phylum" = c("A", "a", "b", "c", "c", "c", "d", NA, NA, "e")
)
before_tree(wrong_taxdf)
[Package pctax version 0.1.1 Index]