as_tibble.dups: convert a `dups` object to a `tibble`
Description
convert a `dups` object to a `tibble`
Usage
# S3 method for dups
as_tibble(x, ...)
Arguments
x
A data frame, list, matrix, or other object that could reasonably be
coerced to a tibble.
...
Other arguments passed on to individual methods.