get_ibge-open-paren-close-paren: Get tabular data from IBGE

Description Usage Arguments Details Value Author(s) Examples

Description

Download and extract tabular data from ftp://ftp.ibge.gov.br/

Usage

1

Arguments

url

a string defining url of zipped shapfile to get

Details

get_ibge will download and extract files in a tempdir(). Files keep stored temporarily. To get other .zip is needed to remove files from tempdir(): see clean_tmp.

Value

extrated files in temporary directory

Author(s)

Bruno Pinheiro

Examples

1
2
3
4
5
u1 <- "ftp://geoftp.ibge.gov.br/organizacao_do_territorio/malhas_territoriais/"
u2 <- "malhas_de_setores_censitarios__divisoes_intramunicipais/censo_2010/"
u3 <- "setores_censitarios_shp/al/al_distritos.zip"
get_ibge(paste0(u1, u2, u3))
clean_tmp()

bruno-pinheiro/seda documentation built on May 23, 2019, 1:59 a.m.