find_dups: Find Duplicate Keys

View source: R/find_dups.R

find_dupsR Documentation

Find Duplicate Keys

Description

Finds rows that are duplicated based on the supplied keys. Returns all duplicate rows in descending order based on num_dups. num_dups is appended to the end of the dataset.

Usage

find_dups(ds, keys)

Arguments

ds

The source dataset

keys

vector of keys in character format

Details

Finds rows that are duplicated based on the supplied keys


MattjCamp/datapointsr documentation built on Sept. 14, 2023, 12:43 p.m.