make_final_data.Rd
A function wrapper that takes the cleaned dues and demo data and merges it, and cleans by SID, and finalizes a cleaned dataset ready for further analysis.
make_final_data(demo, dues, staff)
a tibble of demo data. The output from make_demo_data()
a tibble of dues data. The output from make_dues_data()
a tibble of SIOP members for the current year.
#final_data <- make_final_data(demo = demo, dues = dues, staff = staff)