Count the number of rows and filter to show which combinations have
duplicates. This is just a wrapper around dplyr::count
and
dplyr::filter
.
Arguments
- .data
A
tibble::tibble
or data frame. There should not be a column with the namen
. If there is, this won't work right.- ...
<
data-masking
> Variables to group by.