# NOT RUN {
# The next examples can take more than 5 seconds to compute,
# so these are shown without evaluation according to CRAN rules
# Run `countries` to display the full table of countries
# What does Chile export to China? (1980)
ots_read_from_api(year = 1980, reporter_iso = "chl", partner_iso = "chn")
# What can we say about chilean Horses export? (1980)
ots_read_from_api(year = 1980, product_code = "0101", table = "yc")
ots_read_from_api(year = 1980, reporter_iso = "chl", product_code = "0101", table = "yrc")
ots_read_from_api(
year = 1980, reporter_iso = "chl", partner_iso = "arg", product_code = "0101",
table = "yrpc"
)
# }
Run the code above in your browser using DataLab