View source: R/getDuplication.R
getPureDuplicates | R Documentation |
Returns a listing of pure duplicates by dataElement, period, orgunit, categoryOptionCombo. For the purposes of de-duplication, these are considered to be pure duplicates (only the attributeOptionCombo differ).
getPureDuplicates(d)
d |
D2 Parsed data frame |
Returns a data frame of d2 data, with pure duplicates used for de-duplication purposes.
## Not run:
d <- d2Parser("myfile.csv",type="csv",header=TRUE)
dups <- getPureDuplicates(d)
dups
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.