# NOT RUN {
library(jabr)
(x <- jabr_list_dataset())
# for example, we want to fetch data about gini ratio in west java since 2011 to 2017.
# The group_id of this data is "78358b54".
jabr_fetch_group("78358b54") %>%
tidyr::unnest(cols = c(dataset))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab