load_teams {nflreadr} | R Documentation |
Loads team graphics, colors, and logos - useful for plots!
load_teams(current = TRUE)
current |
If |
A tibble of team-level image URLs and hex color codes.
Issues with this data should be filed here: https://github.com/nflverse/nflverse-pbp
try({ # prevents cran errors
load_teams()
})