## Not run:
# # Load a data package called gdp stored in the current working directory:
# gdp_data = datapackage_install(path = 'gdp')
#
# # Install the gdp data package from GitHub using its .zip URL
# URL <- 'https://github.com/datasets/gdp/archive/master.zip'
# gdp_data <- datapackage_install(path = URL)
#
# # Install co2 data
# library(dplyr)
# co2_data <- "https://github.com/datasets/co2-ppm/archive/master.zip" %>%
# datapackage_install()
# ## End(Not run)
Run the code above in your browser using DataLab