View source: R/clean_timci_data.R
edit_day0_child_ids_spa_sco | R Documentation |
This function can be used to correct documented child ID duplicates, incorrect facility codes, or typos in Day 0 data entries. It reads in a CSV file containing corrections and applies them to the input dataframe.
edit_day0_child_ids_spa_sco(df, csv_prefix = "day0_duplicate_correction")
df |
A dataframe containing the Day 0 data entries to be corrected. |
csv_prefix |
A string value indicating the prefix of the CSV file from which to read the corrections (default is "day0_duplicate_correction"). |
A list containing the edited dataframe and the list of applied corrections.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.