area_municipios: Returns a 'data.frame' with area by municipality (in 'km^2')

View source: R/territorio.R

area_municipiosR Documentation

Returns a data.frame with area by municipality (in km^2)

Description

Returns a data.frame with area by municipality (in km^2)

Usage

area_municipios(ano = 2020, dir = ".")

Arguments

ano

year of the information

dir

directory for temporary files

Value

the data.frame

See Also

http://www.ibge.gov.br/home/geociencias/cartografia/default_territ_area.shtm

Examples

## Not run: 
  df <- area_municipios(ano = 2020, dir = "~/tmp")

## End(Not run)

tbrugz/ribge documentation built on Jan. 10, 2025, 2:53 p.m.