Skip to contents

Filter the counts

Usage

filter_counts(ta, ...)

Arguments

ta

A tidytacos object.

...

Filter criteria for the counts table.

Value

A tidytacos object.

Examples

# remove singletons
urt <- urt %>% filter_counts(count > 1)