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)

Arguments

filepath

Path to the PIT count excel file

year

Year of the data to parse

Value

A data frame with the processed PIT counts in wide form.