#' European professional football data from Kaggle
#'
#' European professional football data from Kaggle for the
#' R programming course. All data taken from
#' https://www.kaggle.com/hugomathien/soccer
#'
#' @section Datasets:
#' \describe{
#' \item{country}{}
#' \item{football_match}{}
#' \item{league}{}
#' \item{player}{}
#' \item{player_attributes}{}
#' \item{team}{}
#' \item{team_attributes}{}
#' }
#'
#' @docType package
#' @name football
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.