if (FALSE) {
# The next example can take more than 5 seconds to compute,
# so this is shown without evaluation according to CRAN rules
# Convert dollars of 2010 to dollars of 2000
d <- ots_create_tidy_data(years = 2010, reporters = "chl", partners = "chn")
ots_gdp_deflator_adjustment(trade_data = d, reference_year = 2000)
}
Run the code above in your browser using DataLab