This repository includes a data science project to study growth patterns for COVID-19 virus.
https://hamzaehsan97.github.io/VirusGrowthPatterns/
To deploy the program on a local machine the following hardware/softwares are requires :
The following libraries are required to recreate this app. You can download these libraries in Rstudio through Tools or through the command line using 'install.packages("Package Name")'
library(tidyverse)
library(tidytext)
library(ggplot2)
library(rtweet)
library(gtrendsR)
library(plyr)
library(magrittr)
library(rvest)
library(shiny)
library(leaflet)
library(dplyr)
library(leaflet.extras)
- Open finalReport.rmd in RStudio
- knit file to html.
- Hamza Ehsan
- https://covid.ourworldindata.org/data/full_data.csv - [Our World in Data]
- https://www.kaggle.com/sudalairajkumar/novel-corona-virus-2019-dataset#time_series_covid_19_confirmed.csv - [Kaggle]
This project is licensed under the MIT License - see the LICENSE.md file for details
- Professor Andrew J Sage (https://github.com/andrewjsage)
- Sudalairaj Kumar (https://www.kaggle.com/sudalairajkumar)

