Description Usage Arguments Value
View source: R/nz_find_duplicates.R
Find duplicate cells in a table. If the returned dataframe is empty it does not have any duplicate cells.
1 | nz_find_duplicates(DSN, table, limit = T)
|
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.