Keep distinct records of JSON data.
Arguments
- .data
A
tbl_lazy_jsonobject.- ...
Column names to determine uniqueness. If empty, all columns are used.
- .keep_all
If
TRUE, keep all columns in the output. WhenFALSE(the default) and columns are supplied in..., only those columns are returned, matchingdplyr::distinct().
