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

https://github.com/epiforecasts/covid19.track.severity


https://github.com/epiforecasts/covid19.track.severity

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/",
eval = TRUE
)
```

# Track Covid-19 severity measures

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)

## Installation

Install the unstable development version of the package with:

```{r, eval = FALSE}
remotes::install_github("epiforecasts/covid19.track.severity")
```

## Proof of concept

* Packages

```{r}
# Packages ----------------------------------------------------------------
library(covid19.track.severity)
```