Skip to content
New issue

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

Fumbles lost in calculate player stats: aborted snap issue #238

Closed
guga31bb opened this issue Apr 14, 2021 · 0 comments · Fixed by #239
Closed

Fumbles lost in calculate player stats: aborted snap issue #238

guga31bb opened this issue Apr 14, 2021 · 0 comments · Fixed by #239

Comments

@guga31bb
Copy link
Member

We need to add checking for who actually fumbled like we now do in 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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
1 participant