View source: R/utility_tools.R
getCidades | R Documentation |
consult database to get list of cities for regional, macroregional or uf.
getCidades(regional, macroregional, uf, datasource = con)
regional |
full name of the regional. Use getRegionais() to obtain the correct spelling. |
macroregional |
full name of the macroregional. |
uf |
full name of the state. |
datasource |
name of the database |
vector with names of the cities.
getCidades(regional = "Metropolitana I", uf="Rio de Janeiro")
getCidades(uf="Acre")
getCidades(uf="Maranhão", macroregional = "NORTE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.