identify_duplicates_with_names: Identify ID duplicates with names (TIMCI-specific function)

View source: R/check_duplicates.R

identify_duplicates_with_namesR Documentation

Identify ID duplicates with names (TIMCI-specific function)

Description

Identify ID duplicates with names (TIMCI-specific function)

Usage

identify_duplicates_with_names(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.