insert_city_infodengue: Initial setup of a new city in the alerta system. Insert into...

Description Usage Arguments Examples

View source: R/utility_tools.R

Description

Initial setup of a new city in the alerta system. Can be integrated later with the delay model and write.parameters. DEPRECATED

Usage

1
2
3
4
5
6
7
insert_city_infodengue(
  geocodigo,
  id_regional,
  regional,
  macroreg,
  datasource = con
)

Arguments

id_regional

numerical id of the 'Regional da saude'.Mandatory

regional

name of the 'Regional da saude'.Mandatory

macroreg

name of the 'MacroRegional da saude'.Mandatory

city

geocode of the city. Mandatory

Examples

1
insert_city_infodengue(geocodigo = 1111111, id_regional=1, regional = "teste", macroreg = "teste")

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