identify_repeat_duplicate: Identify repeat ID duplicates by dates (TIMCI-specific...

View source: R/check_duplicates.R

identify_repeat_duplicateR Documentation

Identify repeat ID duplicates by dates (TIMCI-specific function)

Description

Identify repeat ID duplicates by dates (TIMCI-specific function)

Usage

identify_repeat_duplicate(df, col_id, col_date, cleaning = "none")

Arguments

df

dataframe containing the processed facility data

col_id

name of the column containing IDs in 'df'

col_date

name of the column containing dates in 'df'

cleaning

type of cleaning to be performed on duplicates, by default set to "none" (i.e., no cleaning following the identification of duplicates)

Value

This function returns a dataframe containing IDs and dates at which the ID has been allocated in different columns.


Thaliehln/timci documentation built on April 8, 2024, 3:38 p.m.