if (FALSE) { # interactive()
# population by state from 2022 Census
censo_sidra_data(
table = 9514,
territorial_level = "state",
year = 2022,
variable = 93
)
# population by race, Brazil level
censo_sidra_data(
table = 9605,
territorial_level = "brazil",
year = 2022,
variable = 93,
classifications = list("86" = "allxt")
)
}
Run the code above in your browser using DataLab