Download spatial data of municipal seats (sede dos municipios) in Brazil
This function reads the official data on the municipal seats (sede dos municipios) of Brazil. The data brings the geographical coordinates (lat lon) of municipal seats for various years between 1872 and 2010. Original data were generated by Brazilian Institute of Geography and Statistics (IBGE).
read_municipal_seat(year = 2010, showProgress = TRUE)
year |
A year number in YYYY format. Defaults to |
showProgress |
Logical. Defaults to |
An "sf" "data.frame"
object
## Not run: if (interactive()) { # Read municipal seats in an specific year m <- read_municipal_seat(year = 1991) } ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.