extract_duplicate_records | R Documentation |
Extract Duplicate Records
extract_duplicate_records(dataset, by_vars)
dataset |
Input dataset The variables specified by the |
by_vars |
Grouping variables Defines groups of records in which to look for duplicates. Permitted Values: list of variables created by |
A data.frame
of duplicate records within dataset
Other internal:
admiral-package
,
format.basket_select()
,
signal_duplicate_records()
data(admiral_adsl)
# Duplicate the first record
adsl <- rbind(admiral_adsl[1L, ], admiral_adsl)
extract_duplicate_records(adsl, exprs(USUBJID))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.