hs92: HS92 products

Description Usage Format Examples

Description

Provides a detail of HS92 codes.

Usage

1

Format

A data frame with 6282 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. 01 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: 6,282 x 5
          product_name      group_name group_id  hs92   color
                 <chr>           <chr>    <chr> <chr>   <chr>
 1              Horses Animal Products       01  0101 #e8d58e
 2              Bovine Animal Products       01  0102 #e8d58e
 3                Pigs Animal Products       01  0103 #e8d58e
 4     Sheep and Goats Animal Products       01  0104 #e8d58e
 5             Poultry Animal Products       01  0105 #e8d58e
 6       Other Animals Animal Products       01  0106 #e8d58e
 7         Bovine Meat Animal Products       01  0201 #e8d58e
 8  Frozen Bovine Meat Animal Products       01  0202 #e8d58e
 9            Pig Meat Animal Products       01  0203 #e8d58e
10 Sheep and Goat Meat Animal Products       01  0204 #e8d58e
# ... with 6,272 more rows

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

Related to hs92 in oec...