Giter Site home page Giter Site logo

covid_19_dashboard's Introduction

About This Repository

This is the repository for a COVID-19 dashboard that has been deployed as a Shiny App. The code is written in R, and has been developed with the intent of providing the codebase for anybody who wants to make interactive dashboards that allow a user to select the countries and dates to observe the trends in COVID-19 cases. The dashboard uses data compiled by Johns Hopkins University for their COVID-19 Dashboard.

Folders in this Repository

The following is a brief description of the main folders in this repository

(P.S. apologies for the subpar documentation for this repo, I will be improving and expanding on it over the next few days).

NOTE -

I have updated the code base so that it doesnt use the scripts folder anymore. To download the data, in the dashboard.rmd file, uncomment the following command: devtools::install_github("ottoman91/covid19") . This will install the covid19 package from my github repo(I have submitted this package to CRAN and will update the code base once it gets approved). The covid19 package provides a cleaner tidy tibble of the JHU data.

  • scripts : This folder contains the R scripts that download the data and store it as an RDS object. I am no longer using these files, and am instead using the covid19 package that I wrote for downloading the data(refer to instructions above).

  • eda - This folder contains the time_series_analysis.rmd file, which contains a few animated visualizations of the trends in cases over time. It also contains the dashboad.rmd file, which has been knitted and deployed on a shiny app. Folks interested in running the dashboard on their local machine can knit this file in Rstudio and deploy it locally.

Acknowledgements

This code base builds up on the amazing work that is being done by the following:

covid_19_dashboard's People

Contributors

ottoman91 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

covid_19_dashboard's Issues

Unable to deploy dashboard.rmd

Opened RStudio, opened dashboard.rmd, clicked on 'Run Document'. A bunch of dependencies were missing which Rstudio installed but eventually got a window with an error message saying Error: cannot open connectoin

Unable to run scripts for downloading data

When I run the script for downloading data I get the error:

Error in loadNamespace(name) : there is no package called ‘here’
Calls: :: ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.