duplicheck | R Documentation |
Check for duplicates (in Consumer Pyramids and Indian election data)
duplicheck(df, checkCols = NULL, fromLast = NULL, ..., verbose = FALSE)
df |
A dataframe, including sf, potentially containing duplicates. |
checkCols |
Column names as strings that will build the minimum distinct. dataset to be checked for duplicates. Defaults to ST_NAME/STATE and AC_NO. |
fromLast |
As in |
... |
Arguments passed on to |
The same as df
with only the duplicated rows (all of them).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.