Skip to contents

Create extra variables in the sample table

Usage

mutate_samples(ta, ...)

Arguments

ta

A tidytacos object.

...

Mutate criteria for the samples table.

Value

A tidytacos object.

Examples


# change the sample column to lowercase
urt <- urt %>% mutate_samples(sample = tolower(sample))