Load cleaned gamezoneR play-by-play from the data repository

load_gamezone_pbp(seasons)

Arguments

seasons

A vector of years (formatted like 2020-21) associated with men's college basketball seasons

Author

Jack Lichtenstein

Examples

if (FALSE) { future::plan("multisession") load_gamezone_pbp(c("2017-18", "2018-19", "2019-20", "2020-21")) }