Revision a19ff1c55edca3d01e2c66898a67f077c4269f8f authored by Jakub Nowosad on 15 November 2022, 18:30:06 UTC, committed by cran-robot on 15 November 2022, 18:30:06 UTC
1 parent ac4f6ab
worldbank_df.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/worldbank_df.R
\docType{data}
\name{worldbank_df}
\alias{worldbank_df}
\title{World Bank data}
\format{
Formal class 'data.frame'; the data contains a data.frame with 177 obs. of 7 variables:
\itemize{
\item{name} {character vector of country names}
\item{iso_a2} {character vector of ISO 2 character country codes}
\item{HDI} {human development index (HDI)}
\item{urban_pop} {urban population}
\item{unemployment} {unemployment, total (\% of total labor force)}
\item{pop_growth} {population growth (annual \%)}
\item{literacy} {adult literacy rate, population 15+ years, both sexes (\%)}
}
}
\source{
\url{https://data.worldbank.org/}
}
\usage{
worldbank_df
}
\description{
The object loaded is a \code{data.frame} object containing data from World Bank
}
\examples{
data(worldbank_df)
# or
worldbank_df <- read.csv(system.file("misc/worldbank_df.csv", package="spData"))
summary(worldbank_df)
}
\seealso{
See the wbstats package: https://cran.r-project.org/web/packages/wbstats
}
\keyword{datasets}
Computing file changes ...