R/gapminder.R

#' Gapminder data frame in various forms
#'
#' The main data frame from the `gapminder` package in three forms:
#' \enumerate{
#' \item `gap_simple`, same as `gapminder::gapminder`
#' \item `gap_nested`, nested by country and continent
#' \item `gap_split`, split by country
#' }
#'
#' @examples
#' gap_simple
#' gap_nested
#'
#' str(gap_split, max.level = 1, list.len = 10)
#' str(gap_split[[1]])
"gap_simple"

#' @format NULL
#' @rdname gap_simple
"gap_nested"

#' @format NULL
#' @rdname gap_simple
"gap_split"

Try the repurrrsive package in your browser

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

repurrrsive documentation built on Dec. 28, 2022, 2:34 a.m.