R/hdi.R

#' hdi
#'
#' Human Development Index data by the United Nations Development Program(UNDP) for 188 country from 1990 to 2015.
#'
#' @format The dataframe `hdi` has 4888 rows and 3 variables
#'
#' - **country**: factor with 188 levels
#' - **year**: years between 1900 - 2015
#' - **human_development_index**: measured index with lower values reflecting lower development
#'
#' The data originally comes in wide format available in `hdi_wide` dataframe
#'
#' @source
#' - [United Nations Development Program](http://hdr.undp.org/en/data)
#'
#' @md

"hdi"
OmaymaS/unidx documentation built on May 26, 2019, 11:36 a.m.