Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seabbs/covidinterventionreview

Adoption and impact of non-pharmaceutical interventions for COVID-19
https://github.com/seabbs/covidinterventionreview

covid-19 interventions openscience reproducible-research rstats

Last synced: 8 days ago
JSON representation

Adoption and impact of non-pharmaceutical interventions for COVID-19

Awesome Lists containing this project

README

        

# Adoption and impact of non-pharmaceutical interventions for COVID-19

This paper is now available online on Wellcome Open Research [here](https://wellcomeopenresearch.org/articles/5-59/v1)

## Usage

### Update the data

The raw data required in the article can be updated using the following:

```bash
Rscript scripts/update-raw-data.R
```

### Clean the data

The cleaned data used in the article can be updated using the following:

```bash
Rscript scripts/update-output-data.R
```

### Generate plots

The plots used in the article can be generated using the following:

```bash
Rscript scripts/update-plots.R
```

### Generate tables

The tables presented in the article can be generated using the following:

```bash
Rscript scripts/update-tables.R
```

### Render the article

The article can be rendered using the following

```bash
Rscript scripts/render-report.R
```