Eduard Bukin
September 22, 2017
Today, we will go through the main sources of trade data, which could be used in the trade data analysis.
All information presented today is on the website:
https://ebukin.github.io/dataManipulationPractice/
Content:
Economic Complexity SolutionsSelect data for:
Analyze trade by regions:
Economic Complexity SolutionsIn order to simplify trade data analysis work, an R package was developed to tackle with some basic operations.
tradeAnalysis package could be found here: https://github.com/EBukin/tradeAnalysis-pack
Installation in R is the following:
install.packages("devtools")
devtools::install_github("EBukin/tradeAnalysis-pack")
library(tradeAnalysis)