dupes_return: Return duplicated entries

Description Usage Arguments Value Examples

Description

Takes output generated by dupes_find, and returns a data.frame containing only potentially duplicated records.

Usage

1

Arguments

x

The ouput of dupes_find

Value

A data.frame containing only entries of the original dataset identified as duplicate entries. This is meant to facilitate manual inspection of potential duplicates. Aberrantly identified duplicates may subsequently be spared when running dupes_rm by indicating their match IDs in dupes_rm's ignore_IDs argument.

Examples

1
2
3
4
5
6
7
## Not run: 
test <- rbind(form_mm_recs, form_mm_recs)
test <- dupes_find(test, c(1, 3))
dupes <- dupes_return(test)
out <- dupes_rm(test)

## End(Not run)

graggsd/sysreviewR documentation built on May 16, 2019, 2:52 a.m.