all_duplicate: All Duplicates

View source: R/Standardization.R

all_duplicateR Documentation

All Duplicates

Description

All Duplicates

Usage

all_duplicate(x, key = NULL)

Arguments

x

the data frame to be checked

key

list of one or more column names that are suspected to be the key

Details

Duplicated just returns the 2nd row of duplicates and doesn't have a trivially easy way of just checking for duplicates in primary keys rather than all rows, this function covers both.

Value

All instances of rows where the primary key is duplicated


CSISdefense/csis360 documentation built on April 29, 2024, 5:30 p.m.