getCidades: get list of cities.

Description Usage Arguments Value Examples

View source: R/utility_tools.R

Description

consult database to get list of cities for regional, macroregional or uf.

Usage

1
getCidades(regional, macroregional, uf, datasource = con)

Arguments

regional

full name of the regional.

macroregional

full name of the macroregional.

uf

full name of the state.

datasource

name of the database

Value

vector with names of the cities.

Examples

1
2
3
getCidades(regional = "Metropolitana I", uf="Rio de Janeiro")
getCidades(uf="Maranhão")
getCidades(uf="Maranhão", macroregional = "Norte")

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