Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

boupetch/carlabelling-viz

Repository files navigation

ADEME car labelling data visualization

The ADEME car labelling data visualization is a simple app is built with Shiny, a web application framework for R. Data is published by the ADEME on Data.gouv.fr, the French open data portal.

Run the application

Execute the following commands in R to install required librairies and run the app:

install.packages("shiny")
install.packages("devtools")
library(shiny)
library(devtools)
install_github('rCharts', 'ramnathv')
runGitHub("carlabelling-viz", "boupetch") 

Data preparation

ADEME data have been cleaned, translated and export to a new csv file. prepare-data.R script provides the creation process of data.csv, the application only data source.

Librairies

This app uses rCharts. This thread answered a lot of my questions.

About

Coursera Developing Data Products course project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages