findDuplicates: Find duplicates

View source: R/findDuplicates.R

findDuplicatesR Documentation

Find duplicates

Description

Determine how many duplicate records are in the data. Plot and tabulate which fields are duplicates of individual hunters (i.e. data grouped by first name, last name, state, and birth date, registration year, and download state).

Usage

findDuplicates(x, return = "plot")

Arguments

x

A current data table created by issueCheck

return

Return a "plot" (default) or "table"

Author(s)

Abby Walter, abby_walter@fws.gov

References

https://github.com/USFWS/migbirdHIP


USFWS/migbirdHarvestData documentation built on Aug. 26, 2024, 7:50 p.m.