Skip to content

A tiny shiny app to explore vaccination impact in the US

Notifications You must be signed in to change notification settings

holtzy/Vaccine-Exploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vaccination impact in the US

--> online application

Overview

A very tiny shiny application allowing to explore the impact of vaccination in the US between 1928 and 2003.

I built this application as a demo of my shiny skill for a Job Interview. The time limit was 1h, what explains all the imperfections you will find in the app.

How to use the application

The best way to use this application is via its online version.

If you really want to use this application locally you can:

1. Clone the whole repository

2. Open R and make sure all the required libraries are installed (see top of the global.R file). If you miss a library, remember you can install it with:

ìnstall.packages("nameOfTheLib")

3. Then, set the working directory and run the App:

setwd("my/path/to/the/github/folder/you/downloaded")
library(shiny)
runApp()

About me

Yan Holtz: homepage

About

A tiny shiny app to explore vaccination impact in the US

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published