Learn R Programming

fastRhockey (version 0.4.0)

nhl_teams_info: NHL Teams Info

Description

Returns NHL Teams information for a given team ID

Usage

nhl_teams_info(team_id)

Value

Returns a tibble

Arguments

team_id

A unique team ID

Examples

Run this code
# \donttest{
  try(nhl_teams_info(team_id = 14))
# }

Run the code above in your browser using DataLab