R/team_logos_colors_data.R

#' Team logos & colors
#'
#' A dataset containing the full team names, abbreviations, colors & logos
#' for all 32 NHL teams (plus some defunct teams)
#'
#' @format A data frame with 35 rows and 12 variables:
#' \describe{
#'   \item{full_team_name}{full team name}
#'   \item{team_abbr}{NHL.com team abbreviation}
#'   \item{team_nick}{lowercase, no spaces team nickname}
#'   \item{division}{current NHL division}
#'   \item{conference}{current NHL conference}
#'   \item{team_logo_espn}{primary team logo from ESPN.com}
#'   \item{team_color1}{current primary team color}
#'   \item{team_color2}{current secondary team color}
#'   \item{team_logo_alternate}{alternate or throwback logo}
#'   \item{team_color_alt1}{alternate logo primary color}
#'   \item{team_color_alt2}{alternate logo secondary color}
#'   \item{status}{active or inactive}
#' }
#' @source \url{https://www.espn.com/nhl/teams}
#' @source \url{https://www.sportslogos.net/teams/list_by_league/1/National_Hockey_League/NHL/logos/}
#' @source \url{https://teamcolorcodes.com/nhl-team-color-codes/}
"team_logos_colors"
pbulsink/hockeyR documentation built on Sept. 3, 2024, 5:27 a.m.