Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/armcn/covidashboard
- Owner: armcn
- License: other
- Created: 2021-09-19T22:13:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T22:18:22.000Z (over 3 years ago)
- Last Synced: 2024-01-31T19:43:39.755Z (12 months ago)
- Topics: canada, covid-19
- Language: R
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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")
```