https://github.com/ropensci/tradestatistics
R package to access Open Trade Statistics API
https://github.com/ropensci/tradestatistics
api-wrapper data-table international-trade jsonlite open-trade-statistics r r-package rstats
Last synced: 5 months ago
JSON representation
R package to access Open Trade Statistics API
- Host: GitHub
- URL: https://github.com/ropensci/tradestatistics
- Owner: ropensci
- License: apache-2.0
- Created: 2019-01-05T15:15:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T12:21:22.000Z (almost 2 years ago)
- Last Synced: 2024-08-24T01:32:52.889Z (almost 2 years ago)
- Topics: api-wrapper, data-table, international-trade, jsonlite, open-trade-statistics, r, r-package, rstats
- Language: R
- Homepage: https://docs.ropensci.org/tradestatistics
- Size: 8.32 MB
- Stars: 75
- Watchers: 10
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codemeta: codemeta.json
Awesome Lists containing this project
README
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/"
)
```
# Open Trade Statistics package 
[](https://www.repostatus.org/#active)
[](https://www.tidyverse.org/lifecycle/#stable)
[](https://github.com/ropensci/tradestatistics/actions?workflow=R-CMD-check)
[](https://cran.r-project.org/package=tradestatistics)
[](https://codecov.io/github/ropensci/tradestatistics?branch=master)
[](https://github.com/ropensci/onboarding/issues/274)
[Open Trade Statistics](https://tradestatistics.io) 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.
## Installation
```{r, eval = FALSE}
# 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](https://docs.ropensci.org/tradestatistics/CODE_OF_CONDUCT.html).
By participating in this project you agree to abide by its terms.
[](https://ropensci.org)