populacao_municipios: Returns a 'data.frame' with population estimates for all...

View source: R/populacao_estimativa.R

populacao_municipiosR Documentation

Returns a data.frame with population estimates for all municipalities for the requested year.

Description

This function internally uses both populacao_municipios_download & populacao_municipios_carrega functions.

Usage

populacao_municipios(ano, dir = ".")

Arguments

ano

year of the requested data file

dir

directory for temporary files

Value

a data.frame

Examples

## Not run: 
  df <- populacao_municipios(2014)

## End(Not run)

tbrugz/ribge documentation built on Feb. 24, 2024, 7 p.m.