# NOT RUN {
library(geobr)
# Read an specific micro region a given year
micro <- read_micro_region(code_micro=11008, year=2018)
# Read micro regions of a state at a given year
micro <- read_micro_region(code_micro=12, year=2017)
micro <- read_micro_region(code_meso="AM", year=2000)
# Read all micro regions at a given year
micro <- read_micro_region(code_micro="all", year=2010)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab