Reads in a tab on the pit spreadsheet and does some light cleaning by adding a year column and making friendlier column names.
parse_pit_year(filepath, year)
filepath | Path to the PIT count excel file |
---|---|
year | Year of the data to parse |
A data frame with the processed PIT counts in wide form.