Cleans a variety of columns in dues data

step_dues(df, year)

Arguments

df

a tibble of dues data

year

the SIOP year to filter data on

Value

a tibble of SIDs applicable for the given year selected.

Examples

#dues_cleaned <- step_dues(df = dues_cleaned, year = 2020)