#' **Data in the package for reference**
#' @name data
NULL
#' **College Football Mapping for Play Types**
#' @rdname data
#' @keywords data
#' @format A data frame with 45 rows and 3 variables:
#' \describe{
#' \item{id}{Referencing play id}
#' \item{text}{play type description}
#' \item{abbreviation}{play type abbreviation used for function call}
#' }
"cfbd_play_type_df"
#' **College Football Conferences**
#' @rdname 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}
#' }
"cfbd_conf_types_df"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.