Learn R Programming

nhlscraper (version 0.2.0)

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

Arguments

Value

tibble with one row per team

Examples

Run this code
all_teams <- get_teams()

Run the code above in your browser using DataLab