View source: R/get_timeseries.R
read.cases | R Documentation |
Function read.cases
extract notification data from database
and aggregate by epiweek. Used by mem.
read.cases(start_year, end_year, cid10 = "A90", datasource = con, mun_list)
start_year |
first year of the time series |
end_year |
last year of the time series |
cid10 |
cid 10 code. Dengue = "A90" (default), Chik = "A92.0", Zika = "A92.8" |
datasource |
Infodengue connection |
mun_list |
vector with the municipalities' 7 digit geocodes |
Marcelo F C Gomes
dd <- read.cases(2019, 2020, mun_list = c(4108304, 3300936))
dd <- read.cases(2019, 2020, cid10 = "A92.0", mun_list = c(4108304, 3300936))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.