nflverse / nflfastR

A Set of Functions to Efficiently Scrape NFL Play by Play Data
https://www.nflfastr.com/
Other
414 stars 50 forks source link

Remove false positives in `pass` variable #479

Closed mrcaseb closed 1 month ago

mrcaseb commented 1 month ago

closes #473

mrcaseb commented 1 month ago

Here is how I computed the false positives for future reference

pbp_db |>
  filter(str_detect(tolower(desc), "pass"), pass == 1 , !is.na(rusher))
github-actions[bot] commented 1 month ago

🚀 Deployed on https://66b62d4e79ffcb07e0ae6f63--thirsty-brown-d38ddf.netlify.app