Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/armcn/covidashboard

Covid-19 Dashboard for Canada
https://github.com/armcn/covidashboard

canada covid-19

Last synced: about 2 months ago
JSON representation

Covid-19 Dashboard for Canada

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# covidashboard

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)

The goal of covidashboard is to make a real-time dashboard showing COVID-19
metrics in Canada. This package is currently in development but the
partially completed dashboard can be viewed here:
https://andrewrmcneil.shinyapps.io/covidashboard/

## Installation

You can install the development version with:

``` r
remotes::install_github("AndrewMcNeilAnalytics/covidashboard")
```