powered by
Returns a catalog of available SIDRA tables for the Census, organized by theme.
censo_sidra_tables(theme = NULL, year = NULL)
A tibble with columns: table_code, table_name, theme, years, territorial_levels.
Character. Filter by theme. NULL returns all themes. Available themes: "population", "race", "estimates", "literacy", "housing", "sanitation", "disability", "indigenous", "quilombola", "fertility", "education", "labor", "income", "age_sex", "urbanization".
"population"
"race"
"estimates"
"literacy"
"housing"
"sanitation"
"disability"
"indigenous"
"quilombola"
"fertility"
"education"
"labor"
"income"
"age_sex"
"urbanization"
Character or numeric. Filter tables that contain data for this year. NULL returns tables for all years.
# list all Census tables censo_sidra_tables() # filter by theme censo_sidra_tables(theme = "population") # tables with 2022 data censo_sidra_tables(year = 2022)
Run the code above in your browser using DataLab