Nothing
#' \code{tournament}: Mock data for examples
#'
#' A fake dataset containing results from "animal-ball" matches.
#'
#' @format A data frame with 56 observations on the following 4 variables:
#' \describe{
#' \item{\code{team.Home}}{The home team for the match}
#' \item{\code{team.Visitor}}{The visiting team for the match}
#' \item{\code{points.Home}}{Number of points scored by the home team}
#' \item{\code{points.Visitor}}{Number of points scored by the visiting team}
#' \item{\code{week}}{Week Number}
#' \item{\code{half}}{The half of the season in which the match was played}
#' }
#' @examples
#' data(tournament)
#' str(tournament)
#' @name tournament
NULL
#> NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.