before_tree: Before df2tree check

View source: R/phylogenetic.R

before_treeR 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)


pctax documentation built on May 29, 2024, 10:03 a.m.