#' Anscombe's quartet, tidied
#'
#' From the datasets package
#'
#' @return a [tibble][tibble::tibble-package]
#' @format A data frame with 44 rows and 4 variables:
#' \describe{
#' \item{observation}{which point}
#' \item{set}{one, two, three, or four as roman numerals}
#' \item{x}{the x's}
#' \item{y}{the y's}
#' }
#' @source \url{https://stat.ethz.ch/R-manual/R-devel/RHOME/library/datasets/html/anscombe.html}
"anscombe_tidy"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.