In the realm of big data, researchers are facing issues in managing excel files of different data sets manually before entering them into the data set. Likely World Bank has provided a solution. The TCData360 platform has provided a integrate-able link to many of the available data sets.
We can download the latest data in bulk from statistical software packages. This blog will provide tutorial of data integration in R.
R requires following library in order to get the data. The detailed documentation is present here
install.packages(“devtools”)
devtools::install_github(“mrpsonglao/data360r”)
library(usethis)
library(devtools)
data <- data360r::get_metadata360(metadata_type = “datasets”)
Your participation and suggestions are welcomed