Learn R Programming

economiccomplexity (version 0.1.2)

gdp_pc_2016: GDP per capita in 2016 (numerica and tibble version)

Description

Example dataset with countries and their gross domestic product divided by total population.

Usage

gdp_pc_2016

Arguments

Format

The format is: List of 2 $ gdp_pc_2016_numeric: Named num [1:80] 6183 4132 3943 3510 12654 ... ..- attr(*, "names")= chr [1:80] "Aruba" "Albania" "Algeria" "Angola" ... $ gdp_pc_2016_tibble :'data.frame': 80 obs. of 2 variables: ..$ country: chr [1:80] "Aruba" "Albania" "Algeria" "Angola" ... ..$ value : num [1:80] 6183 4132 3943 3510 12654 ...

Examples

Run this code
# NOT RUN {
gdp_pc_2016$gdp_pc_2016_numeric
gdp_pc_2016$gdp_pc_2016_tibble
# }

Run the code above in your browser using DataLab