data-raw/raw_data/creating_all_game_meta.R

# require(tidyverse)
#
# source('R/pbp_functions.R')
# source('R/phf_schedule.R')
# source('R/utils.R')
#
# lst <- list()
#
# for (a in 2016:2021) {
#
#   b <- phf_schedule(season = a)
#
#   lst[[a]] <- b
#
# }
#
# gms <- bind_rows(lst)
#
#
# phf_schedule(season = 2020)
# phf_league_info(season = 2021)
benhowell71/fastRhockey documentation built on March 1, 2024, 9:23 a.m.