Get full regular season standings for given year(s), including win-loss record and goals for and against
get_standings(seasons = as.numeric(format(Sys.Date() + 78, "%Y")))
End year of seasons to pull
A tibble containing team records and stats for given year
if (FALSE) {
get_standings(2022)
}