populacao_municipios_carrega: Reads a file path with the population estimate file and...

View source: R/populacao_estimativa.R

populacao_municipios_carregaR Documentation

Reads a file path with the population estimate file and returns a data.frame

Description

Reads a file path with the population estimate file and returns a data.frame

Usage

populacao_municipios_carrega(filename, dir = ".", skip = 2)

Arguments

filename

the file path

dir

directory for temporary files

skip

number of header lines to skip

Value

a data.frame

Examples

## Not run: 
  df <- populacao_municipios_carrega(filename)

## End(Not run)

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