Skip to contents

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Lifecycle: stable R build status CRAN status Coverage status

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

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.

Installation

# Install stable version from CRAN
install.packages("tradestatistics")

# Install stable version from GitHub
devtools::install_github("ropensci/tradestatistics")

Code of conduct

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.