R/handlers.R
filter_counts.Rd
Filter the counts
filter_counts(ta, ...)
A tidytacos object.
Filter criteria for the counts table.
# remove singletons urt <- urt %>% filter_counts(count > 1)