# \donttest{
try({# to avoid CRAN test problems
pbp <- nflreadr::load_pbp(2021)
weekly <- calculate_player_stats_kicking(pbp, weekly = TRUE)
dplyr::glimpse(weekly)
overall <- calculate_player_stats_kicking(pbp, weekly = FALSE)
dplyr::glimpse(overall)
})
# }
Run the code above in your browser using DataLab