Signal Duplicate Records
Arguments
- dataset
A data frame
- by_vars
A list of variables created using
exprs()
identifying groups of records in which to look for duplicates- msg
The condition message
- cnd_type
Type of condition to signal when detecting duplicate records. One of
"message"
,"warning"
or"error"
. Default is"error"
.
See also
Utilities used within Derivation functions:
call_user_fun()
,
extract_unit()
,
get_not_mapped()