Skip to contents

This function is used to check any duplicated records within the provided column. Either a single column or multiple columns.

Usage

assert_uniq(...)

Arguments

...

assert_rows arguments

Value

A stop message if there is at least one duplicated records.

See also

Examples

if (FALSE) { # \dontrun{
library(assertr)
ADNIMERGE2::REGISTRY %>%
  assert_uniq(RID, VISCODE)
} # }