Skip to contents

A data frame that summarizes the per-capita GDP of different countries. The unit is year 2000 USD.

Usage

data(world_gdp_avg_1998_to_2000)

Format

A data frame with 240 rows and 2 columns.

Examples

data(world_gdp_avg_1998_to_2000)
head(world_gdp_avg_1998_to_2000)
#> # A tibble: 6 × 2
#>   country value
#>   <chr>   <dbl>
#> 1 abw     19185
#> 2 ago      1540
#> 3 alb      1433
#> 4 and     27765
#> 5 arb      3312
#> 6 are     43082