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")))

Arguments

seasons

End year of seasons to pull

Value

A tibble containing team records and stats for given year

Examples

if (FALSE) {
get_standings(2022)
}