munlist: Get a tibble with a all municipalities from a State.

Description Usage Arguments Value Author(s) Examples

View source: R/munlist.R

Description

Download a tibble with all the IBGECODE from municipality of the desired State.

Usage

1
munlist(UF_Num)

Arguments

UF_Num

A number given by the IBGE (Brazilian Institute for Geography and Statistics) for each state, a list of them might be requested with the owdbr::uflist() function.

Value

a tibble with the requested data divided in 11 columns, if there are more than one IBGECODE, returns all of them in the same tibble.

dataReferencia

Reference date

valor

Amount of money invested in the municipality.

quantidadeBeneficiados

Number of citizens wich are enrolled in the program in that moment

municipio.codigoIBGE

IBGE code of the municipality.

municipio.nomeIBGE

Name of the municipality.

municipio.pais

Country of the municipality.

municipio.uf.sigla

Abbreviation of name of the state in which the municipality is.

municipio.uf.nome

Full name of the state in wich the municipality is.

tipo.id

Type

tipo.descricao

Abbreviation of the program's name.

tipo.descricaoDetalhada

Full name of the program.

Author(s)

Joao Pedro Oliveira dos Santos, International Relations Institute, Pontifical Catholic University of Rio de Janeiro

Examples

1
2
3
4
## Not run: 
munlist(11)

## End(Not run)

kimjoaoun/GetBolsaFamilia documentation built on Aug. 16, 2019, 11:28 p.m.