R/handlers.R
mutate_samples.Rd
Create extra variables in the sample table
mutate_samples(ta, ...)
A tidytacos object.
Mutate criteria for the samples table.
# change the sample column to lowercase urt <- urt %>% mutate_samples(sample = tolower(sample))