Skip to content

Commit 7abf3b8

Browse files
committed
Update IBGE population estimates with 2023 and 2024 data
1 parent ce76845 commit 7abf3b8

9 files changed

+16726
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Description: Functions to handle and aggregate population estimates for Brazilia
88
License: MIT + file LICENSE
99
Encoding: UTF-8
1010
Roxygen: list(markdown = TRUE)
11-
RoxygenNote: 7.3.1
11+
RoxygenNote: 7.3.2
1212
Depends:
1313
R (>= 2.10)
1414
LazyData: true

R/ibge_pop.R

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22
#'
33
#' A dataset containing total population estimates for Brazilian municipalities from IBGE estimates, Census and population inquiries. This dataset does not contain breakdowns by age groups or sex.
44
#'
5-
#' The population data was downloaded from the IBGE's SIDRA service.
5+
#' The population data was downloaded from the IBGE's SIDRA service and IBGE's FTP server.
66
#'
77
#' Population data for the years of 2000 and 2010 were obtained from Census, SIDRA table 202 (<https://sidra.ibge.gov.br/Tabela/202>).
88
#'
99
#' Population data for the year of 2022 was obtained from Census, SIDRA table 9514 (<https://sidra.ibge.gov.br/Tabela/9514>).
1010
#'
1111
#' Population data for the year of 2007 was obtained from Population Inquiry, SIDRA table 793 (<https://sidra.ibge.gov.br/Tabela/793>).
1212
#'
13-
#' Population data for the years of 2001 to 2006, 2008, 2009, 2011 to 2021 were obtained from Population Inquiry, SIDRA table 6579 (<https://sidra.ibge.gov.br/Tabela/6579>).
13+
#' Population data for the years of 2001 to 2006, 2008, 2009, 2011 to 2021 were obtained from Population Inquiry, SIDRA table 6579 (<https://sidra.ibge.gov.br/Tabela/6579>), including update from 2024-06-24.
14+
#'
15+
#' Population data for 2023 are the estimates sent to TCU. The values are equal to Census 2022.
16+
#'
17+
#' Population data for 2024 are the estimates sent to DOU.
1418
#'
1519
#' \describe{
1620
#' \item{code_muni}{municipality 7 digits code}

0 commit comments

Comments
 (0)