Open Trade Statistics is an effort to open
international trade data. tradestatistics
provides an easy way to
obtain data from OTS by accessing its API.
This is what the package does:
Using tradestatistics
package is all about efficiency, without this
package you could obtain the same data from the API at the expense of
using additional time and effort for the same results. As an API wrapper
and utility program this package makes data obtaining faster and easier
for you.
# Install stable version from CRAN
install.packages("tradestatistics")
# Install stable version from GitHub
devtools::install_github("ropensci/tradestatistics")
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.