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:
Data diagram
Usingtradestatistics
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.
Installation
# Install stable version from CRANinstall.packages("tradestatistics")# Install stable version from GitHubdevtools::install_github("ropensci/tradestatistics")
Code of conduct
Please note that this project is released with aContributor Code of Conduct. By participating in this project you agree to abide by its terms.