sitc: SITC products

Description Usage Format Examples

Description

Provides a detail of SITC codes meaning.

Usage

1

Format

A data frame with 6472 observations on the following 5 variables.

product_name

Contains the SITC products' names (e.g. horses, bovine, pigs, etc)

id

Contains the associated codes of every product (e.g. 0101 means horses)

group_name

Contains the SITC groups (e.g. animal products, vegetable products, etc)

group_id

Contains the associated codes of every group (e.g. 10 means animal products)

color

One colour per group used to create visualizations

Examples

1

Example output

Loading required package: curl
Loading required package: dplyr

Attaching package: 'dplyr'

The following objects are masked from 'package:stats':

    filter, lag

The following objects are masked from 'package:base':

    intersect, setdiff, setequal, union

Loading required package: jsonlite
Loading required package: readr

Attaching package: 'readr'

The following object is masked from 'package:curl':

    parse_date

Loading required package: servr
# A tibble: 988 x 5
   product_name                                 group_name group_id sitc  color 
   <chr>                                        <chr>      <chr>    <chr> <chr> 
 1 Initiating Devices                           Machinery  10       5722  #17bc~
 2 Polymerization Ion Exchangers                Machinery  10       5838  #17bc~
 3 Rubber tires, tire cases, inner and flaps, ~ Machinery  10       6250  #17bc~
 4 Car Tires                                    Machinery  10       6251  #17bc~
 5 Other articles of rubber                     Machinery  10       6280  #17bc~
 6 Transmission Belts                           Machinery  10       6282  #17bc~
 7 Miscellaneous Rubber                         Machinery  10       6289  #17bc~
 8 Casks and Barrels                            Machinery  10       6352  #17bc~
 9 Coated Paper                                 Machinery  10       6418  #17bc~
10 Bonded Fiber Fabrics                         Machinery  10       6572  #17bc~
# ... with 978 more rows

oec documentation built on May 1, 2019, 9:59 p.m.

Related to sitc in oec...