if (FALSE) { # identical(tolower(Sys.getenv("NOT_CRAN")), "true")
# Read specific municipality at a given year
mun <- read_municipality(code_muni = 1200179, year = 2017)
# Read all municipalities of a state at a given year
mun <- read_municipality(code_muni = 33, year = 2010)
mun <- read_municipality(code_muni = "RJ", year = 2010)
# Read all municipalities of the country at a given year
mun <- read_municipality(code_muni = "all", year = 2018)
}
Run the code above in your browser using DataLab