Learn R Programming

nhlscraper (version 0.2.0)

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

Arguments

Value

tibble with one row per team

Examples

Run this code
all_franchise_team_totals <- get_franchise_team_totals()

Run the code above in your browser using DataLab