R/data.R

#' Basketball Reference IDs for Active NBA teams.
#'
#' A dataset containing the franchise names and IDs used by Basketball Reference to
#' uniquely identify each active team and its historical names.
#'
#' @format A data frame with 50 rows and 2 variables:
#' \describe{
#'   \item{Franchise}{franchise name}
#'   \item{TeamId}{ID of team used in Basketball Reference URL}
#' }
#' @source Hyperlinks for each team at \url{https://www.basketball-reference.com/teams/}
"TEAM_IDS"
tylerferguson/sportsreferenceR documentation built on May 26, 2020, 2:19 a.m.