Learn R Programming

abjData (version 1.1.2)

muni: Municipality info

Description

A dataset containing useful data for joining with city datasets, such as city codes, acronyms of the federative units and regions.

Usage

muni

Arguments

Format

a data frame with 5572 rows and 17 columns:

muni_id

IBGE code (7 digits)

muni_id_6

IBGE code (6 digits)

muni_nm

Municipality name (original IBGE)

muni_nm_clean

Clean municipality name (without accents, upper case)

uf_nm

Name of the original federative unit

uf_sigla

Federative unit initials

uf_id

code of IBGE federative unit

regiao_nm

region name

tse_id

municipality TSE code

rf_id

Brazilian Federal Revenue code of the municipality

bcb_id

Central Bank of Brazil code of the municipality

existia_1991

1 if municipality existed in 1991, 0 otherwise

existia_2000

1 if municipality existed in 2000, 0 otherwise

existia_2010

1 if municipality existed in 2010, 0 otherwise

lon

longitude based on shapefile centroid

lat

latitude based on shapefile centroid

capital

TRUE if federative unit is a capital, FALSE otherwise

Examples

Run this code
# NOT RUN {
summary(muni)
# }

Run the code above in your browser using DataLab