Skip to content

Commit

Permalink
change deprecated across syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbrookner authored Sep 9, 2024
1 parent 6099311 commit 9bd6266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tables/tableworkflow.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tab <- mini %>%
ungroup() %>%
select(Team=team_logo_espn, Punter = punter_player_name, NumPunts, pEPA, Gross, Net, RERUN, OF=SHARP_RERUN_OF, PD=SHARP_RERUN_PD) %>%
arrange(desc(pEPA)) %>%
mutate(across(where(is.numeric), round, 2)) %>%
mutate(across(a:b, \(x) mean(x, na.rm = TRUE))) %>%
gt() %>%
tab_header(
title = "Punters in 2024, ranked by pEPA",
Expand Down

0 comments on commit 9bd6266

Please sign in to comment.