#' All the available soccer leagues and tournaments with ESPN scoreboard urls
#'
#' @docType data
#' @format A data frame with one row for each league/tournament and two variables:
#' \describe{
#' \item{name}{the name of the league or tournament}
#' \item{url}{scoreboard url for the league/tournament}
#' }
#'
#' @details The league/tournament names and respective urls are strings.
#'
#' @examples
#' data(league_url_data)
#'
"league_url_data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.