Description Usage Format Examples
Provides a detail of SITC codes meaning.
| 1 | 
A data frame with 6472 observations on the following 5 variables.
product_nameContains the SITC products' names (e.g. horses, bovine, pigs, etc)
idContains the associated codes of every product (e.g. 0101 means horses)
group_nameContains the SITC groups (e.g. animal products, vegetable products, etc)
group_idContains the associated codes of every group (e.g. 10 means animal products)
colorOne colour per group used to create visualizations
| 1 | 
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.