nevrome / covid19germany

R package - Load, visualise and analyse daily updated data on the COVID-19 outbreak in Germany
Other
46 stars 8 forks source link

provide raw data only #26

Closed psteinb closed 4 years ago

psteinb commented 4 years ago

Looking at https://github.com/nevrome/covid19germany/blob/b3401126a7b19b74c84063e9002e35ce3549a231/R/get_RKI_timeseries.R#L81 and in the spirit of openness, I would love to have an option in get_RKI_timeseries to download the raw RKI data. Would it be ok for me to send a PR?

nevrome commented 4 years ago

Sure - go ahead.

psteinb commented 4 years ago

So that I could say:

df = covid19germany::get_RKI_timeseries(cache=F, raw=T)

and I'd get the plain csv from the arcgis website. I think this would be very helpful.

nevrome commented 4 years ago

merged #27 :+1: