Description Usage Arguments Examples
View source: R/get_data_covid19.R
Scrap and format data from opencovid19-fr
1 2 3 4 5 6 7 8 9 |
maille_cd |
a character sting indicating the code |
source_ch |
a character string either |
epidemic_start |
a logical indicating wehter to left-truncate data at the start of the epidemics. The start of the epidemics is the first date |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | get_data_covid19(maille_cd = "FRA",
source_ch = "ministere-sante")
get_data_covid19(maille_cd = "DEP-33",
source_ch = "agences-regionales-sante")
get_data_covid19(maille_cd = "REG-75",
source_ch = "agences-regionales-sante")
get_data_covid19(maille_cd = "REG-44",
source_ch = "agences-regionales-sante")
get_data_covid19(maille_cd = "FRA",
source_ch = "sante-publique-france")
get_data_covid19(maille_cd = "WORLD",
source_ch = "sante-publique-france")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.