Wrapper function for binding several raw tibbles of dues data that could exist by month, into a single tibble that is then inputted as the dues argument in make_final_data

make_dues(..., year)

Arguments

...

Specify each raw tibble of dues data

year

Specify the SIOP membership year

Value

tibble

Examples

#make_dues(dues_0120, dues_0220, dues_0320, year = 2020)