Learn R Programming

nhlscraper (version 0.2.0)

get_seasons: Get all seasons

Description

get_seasons() retrieves information on each season, including but not limited to their ID; start and end dates; number of regular season and playoff games; Stanley Cup owner; Olympics participation; entry and supplemental draft, conference-division, win-tie-loss, and wildcard regulations.

Usage

get_seasons()

Arguments

Value

tibble with one row per season

Examples

Run this code
all_seasons <- get_seasons()

Run the code above in your browser using DataLab