This application shows the overview of CO2 emission of each country and area in the world since 1960. Besides, the prediction for the next few years is provided.
# first install the R package "devtools" if not installed
devtools::install_github('unimi-dse/2fd51b52')
# load the package
require(co2emission)
appGUI()
The function loads Shiny application on the web browser. Type ?appGUI for a complete description of the function.
The project uses dataset imported from Data World Bank as a CSV file.
Dataset has the following fields: - Country Name - Country Code - Indicator Name - Indicator Code - CO2 emission volume from 1960 to 2019


GPL-3
Nguyen Hoai Nam
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.