Description Usage Arguments Examples
View source: R/get_data_covid19_hierar_bylevel.R
Get data from opencovid19-fr for all french region or dpt
1 2 3 4 5 6 7 8 9 10 |
maille_cd |
a character sting indicating the code |
source3 |
a character string either |
1 2 3 4 5 6 | # regions
opencovid19_consolidated_reg <- get_data_covid19_hierar_bylevel()
#save(opencovid19_consolidated_reg, file = "data/opencovid19_consolidated_reg.RData")
# departements
get_data_covid19_hierar_bylevel(level = "departement", metropole=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.