Description Usage Arguments Value Author(s) See Also Examples
This function returns the elements that are not distinct from a tibble or data frame df
1 |
df |
The tible or data frame to get non-distinct elements from |
... |
The columns to consider to determine distinctness |
A tibble containing all columns and the rows that are not distinct
zekrom_vale
not_distinct_
The legacy function
distinct
Removes all but one of non-distinct elements
1 2 | df=tibble(x=1:100, y=(1:100)/2, z=as.integer(rnorm(100, 50, 50)))
not_distinct(df,z)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.