db_has_duplicates: Function to test if duplicates are contained in a database...

View source: R/db_duplicates.R

db_has_duplicatesR Documentation

Function to test if duplicates are contained in a database table's variable.

Description

Function to test if duplicates are contained in a database table's variable.

Usage

db_has_duplicates(con, table, variable)

Arguments

con

Database connection.

table

Database table.

variable

Database table's variable to test.

Value

Logical vector with length of 1.

Author(s)

Stuart K. Grange


skgrange/databaser documentation built on April 21, 2024, 6:30 a.m.