not_distinct: Returns a table of non-distinct elements

Description Usage Arguments Value Author(s) See Also Examples

Description

This function returns the elements that are not distinct from a tibble or data frame df

Usage

1

Arguments

df

The tible or data frame to get non-distinct elements from

...

The columns to consider to determine distinctness

Value

A tibble containing all columns and the rows that are not distinct

Author(s)

zekrom_vale

See Also

not_distinct_ The legacy function

distinct Removes all but one of non-distinct elements

Examples

1
2
df=tibble(x=1:100, y=(1:100)/2, z=as.integer(rnorm(100, 50, 50)))
not_distinct(df,z)

zekrom-vale/zUtil.R documentation built on June 2, 2019, 10:57 p.m.