Skip to contents

Create extra variables in the taxa table

Usage

mutate_taxa(ta, ...)

Arguments

ta

A tidytacos object.

...

Mutate criteria for the taxa table.

Value

A tidytacos object.

Examples

urt <- urt %>% mutate_taxa(species = paste(genus, species))