https://github.com/sammyjava/covid-r
R routines for reading and plotting COVID-19 related data
https://github.com/sammyjava/covid-r
Last synced: 5 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T17:14:35.000Z (about 5 years ago)
- Last Synced: 2025-01-09T08:53:45.753Z (6 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. :)