aggregate_taxa | R Documentation |
This function facilitates aggregating family, genus, and species columns into the taxa data structure, which is a nested list composed of multiple "taxons". A taxon is a list containing family, genus, and species fields.
aggregate_taxa(table, remove_taxa_cols = TRUE)
table |
The table for which the taxa will be aggregated |
remove_taxa_cols |
Whether or not to remove the family, genus, and species columns after aggregation |
A tibble with family, genus, and species columns added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.