as_tibble.dups {dupree}R Documentation

convert a 'dups' object to a 'tibble'

Description

convert a 'dups' object to a 'tibble'

Usage

## S3 method for class '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.


[Package dupree version 0.3.0 Index]