Runs data cleaning, chronic pathology propagation, frailty calculation, and comorbidity/frailty scoring.
run_pipeline(input_file, col_mapping, coding_system = NULL, out_dir = NULL)A named list of `data.frame`s returned by `Comorbidity_Frailty_Calculation()`. Elements typically include comorbidity and frailty summary tables.
Path to the input CSV file.
Named list mapping standard names to the user's column names.
Coding system used (e.g., "ICD-10-CA"). Optional; used by internal functions when applicable.
Output directory for generated files. If NULL, writes next to `input_file`.