get_teams {nhlscraper}R Documentation

Get all teams

Description

get_teams() retrieves information on each team, including but not limited to their ID, name, and 3-letter code.

Usage

get_teams()

Value

tibble with one row per team

Examples

all_teams <- get_teams()

[Package nhlscraper version 0.2.0 Index]