#' Soccer dataset.
#'
#' A dataset containing the points scored, assists made and teams played of a made-up soccer player.
#'
#' @format A data frame with 6 rows and 3 variables:
#' \describe{
#' \item{points}{points scored}
#' \item{assists}{assists made}
#' \item{team}{teams played}
#' }
#' @source \url{https://www.statology.org/replace-values-in-data-frame-r/}
"soccer"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.