covid19datahub / COVID19

A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution
https://covid19datahub.io
GNU General Public License v3.0
251 stars 92 forks source link

Create ds_covid19malaysia_git.R #139

Closed anant-procogia closed 3 years ago

anant-procogia commented 3 years ago

Contains data for Malaysia downloaded from ourworldindata

What type of PR is this?

Select all that apply: [ ] -> [x]

R

I confirm:

Additional comments

Insert additional comments here...

eguidotti commented 3 years ago

Hi @anant-procogia, many thanks for your efforts with Malaysia! Sadly, we already have those data. Indeed, you can try the following example in R:

library(COVID19)
x <- covid19("Malaysia", level = 1)

Moreover, I wouldn't be able to merge this pull request because I'm not able to understand how the data are collected. Which data source are you using? How is the workflow managed? Is the repository going to be maintained? If this can help, here you can find an example of a repository that we merged.

eguidotti commented 3 years ago

It seems this PR is not active any longer and I'm going to close it. Thanks again for your efforts!