get_dups: get_dups

Description Usage Arguments Examples

Description

Return all instances of duplicated values from a dataframe. That is, if a column is supposed to be unique, but there are two identical values, it will filter the dataframe to both instances of that value.

Usage

1

Arguments

df

The source dataframe

...

A select style set of variables to check for duplicates.

Examples

1
sep_dups(iris, "Sepal.Width", "Sepal.Length")

rgknight/knightr documentation built on May 27, 2019, 7:22 a.m.