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)

Arguments

demo

a tibble of demo data. The output from make_demo_data()

dues

a tibble of dues data. The output from make_dues_data()

Value

a tibble of SIOP members for the current year.

Examples

#final_data <- make_final_data(demo = demo, dues = dues, staff = staff)