View source: R/db_duplicates.R
db_has_duplicates | R Documentation |
Function to test if duplicates are contained in a database table's variable.
db_has_duplicates(con, table, variable)
con |
Database connection. |
table |
Database table. |
variable |
Database table's variable to test. |
Logical vector with length of 1.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.