uflist {owdbr} | R Documentation |
Returns a tibble which contains the IBGE identification code of each one of all 23 UFs (Units of the Federation) in Brazil.
uflist(region = NA)
region |
filter the UFs (Units of the Federation or States) by geographical region. If NA, all state are shown. According to the Brazilian Institute of Geography and Statistics, the country is divided in 5 regions: "Norte", "Nordeste", "Centro-Oeste", "Sul" and "Sudeste". |
a tibble with 3 columns.
The full name of the state.
The abbreviation of the state's name.
The identification number of the state.
Region of the country in which the State is located.
Joao Pedro Oliveira dos Santos, International Relations Institute, Pontifical Catholic University of Rio de Janeiro
Source: IBGE (Brazilian Institute of Geography and Statistics)
## Not run:
uflist(reg = NA) # show all states of the country.
uflist(region = "Sul") # only exhibit States in the 'Sul' region of the country.
## End(Not run)