Signal Duplicate Records
Usage
signal_duplicate_records(
dataset,
by_vars,
msg = paste("Dataset contains duplicate records with respect to",
enumerate(replace_values_by_names(by_vars))),
cnd_type = "error"
)Arguments
- dataset
-
Input dataset
The variables specified by the
by_varsargument are expected to be in the dataset. - by_vars
-
Grouping variables
Defines groups of records in which to look for duplicates.
Permitted Values: list of variables created by
exprs()e.g.exprs(USUBJID, VISIT) - 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
Other internal:
admiral,
extract_duplicate_records(),
format.basket_select()
