View source: R/check_duplicates.R
identify_duplicates_with_names | R Documentation |
Identify ID duplicates with names (TIMCI-specific function)
identify_duplicates_with_names(df, col_id, col_date, cleaning = "none")
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) |
This function returns a dataframe containing IDs and dates at which the ID has been allocated in different columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.