R/handlers.R
mutate_taxa.Rd
Create extra variables in the taxa table
mutate_taxa(ta, ...)
A tidytacos object.
Mutate criteria for the taxa table.
urt <- urt %>% mutate_taxa(species = paste(genus, species))