R/anscombe_tidy.R

#' 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"
rstudio4edu/datarrraw documentation built on June 22, 2019, 12:45 a.m.