nonUniqueValuesByPK: Find values with differences for an expected unique PK value

View source: R/primaryKey.R

nonUniqueValuesByPKR Documentation

Find values with differences for an expected unique PK value

Description

Find values with differences for an expected unique PK value

Usage

nonUniqueValuesByPK(x, pk, includeNA = FALSE, aggregateFields = FALSE)

Arguments

x

a data.frame.

pk

columns with the primary key.

includeNA

treat NA as a value or omit them

aggregateFields

if TRUE, aggregate by fields with non-unique values instead of by PK values.


jmaspons/dbTools documentation built on March 10, 2024, 7:30 p.m.