get_standings: Load team standings

View source: R/get_standings.R

get_standingsR Documentation

Load team standings

Description

Get full regular season standings for given year(s), including win-loss record and goals for and against

Usage

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

## Not run: 
get_standings(2022)

## End(Not run)

hockeyR documentation built on Oct. 12, 2022, 5:07 p.m.