nz_find_duplicates
: Find duplicatesFind duplicate cells in a table. If the returned dataframe is empty it does not have any duplicate cells.
nz_find_duplicates(DSN, table, limit = T)
Argument |Description
------------- |----------------
DSN
| Nz information object
table
| table name in format of
limit
| Whether to show all the duplicates or only show 100 result. It can cause performance issue on large tables if you set it to FALSE. Default is TRUE
a sqlQuery object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.