# NOT RUN {
# The next examples can take more than 5 seconds to compute, and specially for large economies so
# these are just shown without evaluation according to CRAN rules
# Run `country_codes` to display the full table of countries
# What does Chile export to China?
# year 2015 - SITC (4 characters)
getdata("chl", "chn", 2015)
# or with explicit parameter
getdata("chl", "chn", 2015, "sitc")
# What does Chile export to China?
# year 2015 - HS07 (4 and 6 characters)
getdata("chl", "chn", 2015, "hs07")
# }
Run the code above in your browser using DataLab