R/data.R

#' College Football Conference
#'
#' This dataframes is used internally to identify conference names and use the abbreviation in the function call for data
#'
#' @keywords data
#' @format A data frame with 11 rows and 4 variables:
#' \describe{
#'   \item{id}{Referencing conference id}
#'   \item{name}{Conference name}
#'   \item{short_name}{Short name for Conference}
#'   \item{abbreviation}{Conference abbreviation}
#'   ...
#' }
#' @source \url{https://api.collegefootballdata.com}
"cfb_conf_types_df"
saiemgilani/recruitR documentation built on Jan. 4, 2023, 3:31 a.m.