if (FALSE) { # identical(tolower(Sys.getenv("NOT_CRAN")), "true")
# Get lookup table for municipality Rio de Janeiro
mun <- lookup_muni(name_muni = "Rio de Janeiro")
# Or you can get a lookup table for the same municipality searching for its code
mun <- lookup_muni(code_muni = 3304557)
# Get lookup table for all municipalities
mun_all <- lookup_muni(name_muni = "all")
# Or:
mun_all <- lookup_muni(code_muni = "all")
}
Run the code above in your browser using DataLab