worldbank_df: World Bank data

worldbank_dfR Documentation

World Bank data

Description

The object loaded is a data.frame object containing data from World Bank

Usage

worldbank_df

Format

Formal class 'data.frame'; the data contains a data.frame with 177 obs. of 7 variables:

  • name: character vector of country names

  • iso_a2: character vector of ISO 2 character country codes

  • HDI: human development index (HDI)

  • urban_pop: urban population

  • unemployment: unemployment, total (% of total labor force)

  • pop_growth: population growth (annual %)

  • literacy: adult literacy rate, population 15+ years, both sexes (%)

Source

https://data.worldbank.org/

See Also

See the wbstats package: https://cran.r-project.org/web/packages/wbstats

Examples

data(worldbank_df)
# or
worldbank_df <- read.csv(system.file("misc/worldbank_df.csv", package="spData"))

summary(worldbank_df)


spData documentation built on June 22, 2024, 10:29 a.m.