Skip to content

CodeSigma91/Project_ShinyApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project_ShinyApp

The Global Carbon Footprint (1970 - 2015) - A Data Visualization Project using R ShinyApp

This project is an interactive and dynamic visualization tool that displays global Carbon emissions data over the years (from 1970 till 2015).

  • A brief blogpost can be found here.
  • The application itself can be found here.

This repository contains the files and folders for a basic visualization tool built using Shiny on RStudio.

The three necessary Shiny app files are here as the .R files:

  • Global : contains global variables used and the loads required packages
  • ui : the user interfaace file, outlines the layout of the application as well as user input buttons/ interactions and pulls outputs
  • server : the file that hosts code to process user input from the ui.R file, analyze data and generate output (visualizations) that are then sent over to ui.R for display.

The two folders in the repository are:

  • "data" (which contains the .csv data source)
  • "www" (which contains the images used in the app)

Thank you very much for viewing my code!

About

Data Visualization Project using R ShinyApp on The Global Carbon Footprint (1970 - 2015)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages