R/wb.R

#' Dummy Long Tidy Data
#'
#' A dataset from the World Bank of a dummy data. The variables are as follows:
#'
#' @format A data frame with 975 rows and 4 variables
#' \itemize{
#'   \item \strong{iso3c:} isocode of a country.
#'   \item \strong{indicator:} World Bank indicator.
#'   \item \strong{year:} Year of observation
#'   \item \strong{value:} Value of observation
#' }
#'
#' @docType data
#' @keywords datasets
#' @name wb
#' @usage data(wb)
NULL

Try the tidymodlr package in your browser

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

tidymodlr documentation built on Sept. 11, 2024, 9:18 p.m.