identify_true_duplicate: Identify true ID duplicates by dates (TIMCI-specific...

identify_true_duplicateR Documentation

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

Description

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

Usage

identify_true_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.