get_franchise_team_totals {nhlscraper}R Documentation

Get all franchises' teams' all-time totals

Description

get_franchise_team_totals() retrieves information on each team, including but not limited to their ID, first and last seasons' IDs, and all-time statistics.

Usage

get_franchise_team_totals()

Value

tibble with one row per team

Examples

all_franchise_team_totals <- get_franchise_team_totals()

[Package nhlscraper version 0.2.0 Index]