View source: R/clean_timci_data.R
delete_repeat_records | R Documentation |
Drop incorrect child IDs in repeat data entries (TIMCI-specific function) This function can be used to drop documented child IDs
delete_repeat_records(
df,
csv_prefix = "day0_repeat_inconsistent_names_deletion"
)
df |
dataframe |
csv_prefix |
A string value indicating the prefix of the CSV file from which to read the corrections (default is "day0_repeat_inconsistent_names_deletion"). |
This function returns a list that contains a cleaned dataframe and the list of dropped records
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.