Skip to content

tradestatistics/visualization-with-shiny

 
 

Repository files navigation

Open Trade Statistics Shiny Dashboard

DOI

Visit the dashboard website: https://shiny.tradestatistics.io

We created this dashboard as way to provide a graphical interface to our API.

Of course the API is more flexible than this application, but we tried to do our best to provide useful options such as:

  • Downloading the data in different formats (xlsx, csv, tsv, json, dta and sav)
  • Downloading the charts in png, jpg, pdf and svg format
  • Dynamic URLs for sharing your searches
  • BibTeX ready citation that you can also use with Zotero and Mendeley

We hope you like this, and if you don't know much about APIs, you can also try obtaining the same information this dashboard provides with our R package.

To run locally, comment line 8 in global.R, then forward port 5432 (needs an SSH key)

ssh -L 5432:localhost:5432 me@tradestatistics.io

Releases

No releases published

Packages

No packages published

Languages

  • R 69.6%
  • CSS 30.3%
  • Other 0.1%