Skip to content

lajobu/R_shiny_Covid19

Repository files navigation

Dashboard page on COVID-19

License: MIT

Here you can find my project shiny app on COVID-19 in R

This project has been made together with Noam S.

⭐ Description:

As the world is in the midst of a once in a century pandemic phase, it would be natural for Data Science students to look closely into the data which is being generated on a daily basis.

The aim of our project would be to be an interactive web application which will visualize different variables such as, new cases discovered, tests, recoveries and more. Ordered by country and time as per the user’s request.

During the process of creating the Shiny app we would clean, filter and merge the data to fit our needs. This step would incorporate tools which we have learned during the course, such as dplyr and tidyr, even creating functions. This process will be presented as a R-markdown file.

⭐ Some screens of the app:

☑️ 1) First country:

alt text

☑️ 2) Second country:

alt text

☑️ 3) Country 1 vs Country 2 - same graph:

alt text

☑️ 4) Country 1 vs Country 2 - diferent graph:

alt text

☑️ 5) xtable - last data available:

alt text

☑️ 6) datatable - navigate through the data:

alt text