#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.