We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
We need to add checking for who actually fumbled like we now do in clean_pbp()
clean_pbp()
nflfastR::load_pbp(2020) %>% filter(rusher_player_name == "M.Stafford" & fumble_lost == 1) %>% select(desc, rusher_player_name, fumbled_1_player_name) # A tibble: 1 x 3 desc rusher_player_name fumbled_1_player_~ <chr> <chr> <chr> 1 (1:02) (Shotgun) 9-M.Stafford Aborted. 77-F.Ragnow FUMB~ M.Stafford F.Ragnow
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We need to add checking for who actually fumbled like we now do in
clean_pbp()
The text was updated successfully, but these errors were encountered: