get_franchise_season_by_season {nhlscraper}R Documentation

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

Value

tibble with one row per franchise's season

Examples

all_franchise_sbs <- get_franchise_season_by_season()

[Package nhlscraper version 0.2.0 Index]