R/worldrankings.R

#' @name worldrankings
#' @title Some world rankings scraped straight from Wikipedia
#' @description A table of various world rankings
#' \itemize{
#' \item Literacy rate <https://en.wikipedia.org/wiki/List_of_countries_by_literacy_rate>
#' \item Happiness <https://en.wikipedia.org/wiki/World_Happiness_Report>
#' \item Smartphone penetration <https://en.wikipedia.org/wiki/List_of_countries_by_smartphone_penetration>
#' \item Discrimination <https://en.wikipedia.org/wiki/List_of_countries_by_discrimination_and_violence_against_minorities>
#' \item Homicide <https://en.wikipedia.org/wiki/List_of_countries_by_intentional_homicide_rate>
#' \item Education (most recent value) <https://en.wikipedia.org/wiki/Education_Index>
#' \item Disposable income <https://en.wikipedia.org/wiki/List_of_countries_by_average_wage>
#' \item World Bank Gini index <https://en.wikipedia.org/wiki/List_of_countries_by_income_equality>
#' \item Suicide rate <https://en.wikipedia.org/wiki/List_of_countries_by_suicide_rate>
#' \item Gun related death rate (total) <https://en.wikipedia.org/wiki/List_of_countries_by_firearm-related_death_rate>
#' \item Internet connection speed (Mbps) <https://en.wikipedia.org/wiki/List_of_countries_by_Internet_connection_speeds>
#' \item Population <https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population>
#' \item Gender inequality <https://en.wikipedia.org/wiki/Global_Gender_Gap_Report>
#' \item Social Progress Index (multiple variables) <https://en.wikipedia.org/wiki/List_of_countries_by_Social_Progress_Index>
#' \item Overall life expectancy <https://en.wikipedia.org/wiki/List_of_countries_by_life_expectancy>
#' \item Terrorism score <https://en.wikipedia.org/wiki/Global_Terrorism_Index>
#' \item Peace index (2015) <https://en.wikipedia.org/wiki/Global_Peace_Index>
#' \item Satisfaction with Life Index <https://en.wikipedia.org/wiki/Satisfaction_with_Life_Index>
#' \item Web Index (2014) <https://en.wikipedia.org/wiki/Web_index>
#' }
#' @docType data
#' @keywords dataset
#' @usage worldrankings
#' @note Last updated on 2015-12-14
#' @format A `data.frame` containing numerical and character data (country name).
#' @source <https://en.wikipedia.org>.
"worldrankings"
tadaadata/loldata documentation built on April 25, 2020, 10:42 a.m.