nflverse / nflreadr

Efficiently download nflverse data
https://nflreadr.nflverse.com/
Other
61 stars 12 forks source link

catch invalid roof values in `load_schedules()` #218

Closed mrcaseb closed 1 year ago

mrcaseb commented 1 year ago

nflfastR and nfl4th use the "roof" variable in several models These models expect one of c("indoors", "closed", "outdoors", "open", "retractable") or NA We ran into problems where roof was empty or something else several times So we catch these cases here and change invalid data to NA

guga31bb commented 1 year ago

perfect ty!