Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammyjava/covid-r
R routines for reading and plotting COVID-19 related data
https://github.com/sammyjava/covid-r
Last synced: 1 day ago
JSON representation
R routines for reading and plotting COVID-19 related data
- Host: GitHub
- URL: https://github.com/sammyjava/covid-r
- Owner: sammyjava
- Created: 2020-03-19T17:33:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T17:14:35.000Z (over 4 years ago)
- Last Synced: 2024-11-11T09:50:13.374Z (2 months ago)
- Language: R
- Size: 13.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# covid-R
R routines for reading and plotting COVID-19 related data, plus daily plotsThe data loader `load-time-series.R` assumes that you've cloned the COVID-19 repo from Johns Hopkins in a neighboring directory, i.e. your directories look like:
```
covid-R
COVID-19
```
Grab the data from here: https://github.com/CSSEGISandData/COVID-19.gitAnd yes, the way I'm loading data for each region (because I have to transpose the CSV from Johns Hopkins) is embarrassingly stupid, but I'm way better at Emacs than I am at R. :)