R/ShortExamples.R

#' Short, simple data frames for textbook examples
#'
#' These small data frames are for illustration purposes only.
#' - `Nats` made up demographic and economic data, by country and year
#' - `Big` a simplified form of the PalmerPenguin data
#' - `Tiny` an 8-row subset of `Big`
#'
#' @docType data
#'
#' @rdname Short_examples
#' @aliases Tiny Big
"Nats"
"Tiny"
"Big"

Try the LSTbook package in your browser

Any scripts or data that you put into this service are public.

LSTbook documentation built on April 3, 2025, 6:02 p.m.