README.md

2fd51b52

Global CO2 emission analysis

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.

Installation

# first install the R package "devtools" if not installed
devtools::install_github('unimi-dse/2fd51b52')

Usage

# load the package
require(co2emission)

Run app

appGUI()

The function loads Shiny application on the web browser. Type ?appGUI for a complete description of the function.

Dataset

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

Gallery

alt text

alt text

License

GPL-3

Author

Nguyen Hoai Nam



unimi-dse/2fd51b52 documentation built on Feb. 20, 2020, 8:58 a.m.