before_tree | R Documentation |
Before df2tree check
before_tree(f_tax)
f_tax |
table |
table
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.