read.cases: Function to extract case count for covered municipalities

Description Usage Arguments Author(s) Examples

View source: R/get_timeseries.R

Description

Function read.cases extract notification data from database and aggregate by epiweek. Used by mem.

Usage

1
read.cases(start_year, end_year, datasource = con, mun_list)

Arguments

start_year

first year of the time series

end_year

last year of the time series

datasource

Infodengue connection

mun_list

vector with the municipalities' 7 digit geocodes

Author(s)

Marcelo F C Gomes

Examples

1
dd <- read.cases(2019, 2020, mun_list = c(4108304, 3300936))

claudia-codeco/AlertTools documentation built on Aug. 12, 2021, 9:58 a.m.