Skip to contents

A data frame that summarizes all the products that different countries exported to the rest of the world. This data uses the SITC revision 2 classification with four digits product codes. The unit is year 2000 USD.

Usage

data(world_trade_avg_1998_to_2000)

Format

A data frame with 124,336 rows and 3 columns.

Examples

data(world_trade_avg_1998_to_2000)
head(world_trade_avg_1998_to_2000)
#> # A tibble: 6 × 3
#>   country product value
#>   <chr>   <chr>   <dbl>
#> 1 afg     0011    30068
#> 2 afg     0012    16366
#> 3 afg     0111    19273
#> 4 afg     0112      893
#> 5 afg     0113      350
#> 6 afg     0116     1561