Description Usage Arguments Examples
View source: R/get_data_covid19_hierarchical.R
Scrap and format data from opencovid19-fr
1 2 3 4 5 6 7 8 9 10 |
maille_cd |
a character sting indicating the code |
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 |
source_ch |
a character string either |
1 2 3 4 5 | data_FR <- get_data_covid19_hierarchical(maille_cd = "FRA")
#View(data_FR)
data_NA <- get_data_covid19_hierarchical(maille_cd = "REG-75")
#View(data_NA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.