Skip to content

Commit

Permalink
renaming air yards hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
john-b-edwards committed Dec 19, 2023
1 parent 66e46b3 commit 23c9217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/update_pbp_participation.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pbp_participation <-
defense_players = character(0),
n_offense = integer(0),
n_defense = integer(0),
air_yards = double(0),
ngs_air_yards = double(0),
time_to_throw = double(0),
was_pressure = logical(0),
route = character(0),
Expand Down Expand Up @@ -140,7 +140,7 @@ pbp_participation <-
defense_players,
n_offense,
n_defense,
air_yards,
ngs_air_yards = air_yards,
time_to_throw,
was_pressure,
route,
Expand Down

0 comments on commit 23c9217

Please sign in to comment.