R/data.R

#' 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"
ryurko/fcscrapR documentation built on Jan. 22, 2020, 1:01 p.m.