Return a character vector of unique taxa from a relative abundance table.
all_taxa.Rd
Return a character vector of unique taxa from a relative abundance table.
Examples
rel_abund_phy(phy = physeq) %>%
all_taxa()
#> # A tibble: 6 × 1
#> taxon
#> <fct>
#> 1 Pseudomonadota
#> 2 Spirochaetota
#> 3 Actinomycetota
#> 4 Bacillota
#> 5 Bacteroidota
#> 6 Deferribacterota