Learn R Programming

nhlscraper (version 0.2.0)

get_franchise_season_by_season: Get all franchises' season-by-season results

Description

get_franchise_season_by_season() retrieves information on each franchise's season, including but not limited to their ID, decision, final playoff round, and statistics.

Usage

get_franchise_season_by_season()

Arguments

Value

tibble with one row per franchise's season

Examples

Run this code
all_franchise_sbs <- get_franchise_season_by_season()

Run the code above in your browser using DataLab