espn_nhl_teams {fastRhockey} | R Documentation |
Get ESPN NHL team names and IDs
Description
Get ESPN NHL team names and IDs
Usage
espn_nhl_teams()
Value
A teams data frame with the following columns:
col_name | types |
espn_team_id | integer |
abbreviation | character |
display_name | character |
short_name | character |
mascot | character |
nickname | character |
team | character |
color | character |
alternate_color | character |
logo | character |
logo_dark | character |
logos_href_3 | character |
logos_href_4 | character |
Author(s)
Saiem Gilani
Examples
try(espn_nhl_teams())
[Package fastRhockey version 0.4.0 Index]