Package: censo2022arg Type: Package Title: Extraction and Analysis of 2022 Argentina Census Microdata from REDATAM Databases Version: 1.2.0 Authors@R: c( person( given = "Rodrigo Javier", family = "Duran", role = c("aut", "cre"), email = "rodrigo.duran@exa.unsa.edu.ar", comment = c(ORCID = "0000-0002-3957-9510") ), person( given = "Jaime", family = "Salvador", role = "ctb", comment = "Autor original de red_dictionary.cpp, red_execute.cpp, red_initialize.cpp y redengine_c.h (paquete redatamx, GPL-3)" ), person( "CELADE - Centro Latinoamericano y Caribeno de Demografia", role = "cph", comment = "Titular de derechos sobre el motor REDATAM (libredengine)" ) ) Description: Provides tools to extract, label, and read microdata from the 2022 National Census of Population, Households and Dwellings of Argentina stored in REDATAM databases officially distributed by INDEC. Implements a complete province-by-province extraction pipeline with efficient memory management, reconstruction of hierarchical identifiers, automatic variable labeling from official INDEC dictionaries, and integrity verification against published totals. Allows working with census data directly in R without knowledge of REDATAM syntax, and supports export to multiple formats including Parquet, CSV, SPSS and SAS. Census data must be downloaded directly from the official INDEC portal (). This package does not distribute census data. Duran (2026) . License: GPL (>= 3) Encoding: UTF-8 Language: es Depends: R (>= 4.1.0) Imports: callr (>= 3.7.0), arrow, archive, data.table, haven, readxl, dplyr Suggests: tibble, testthat (>= 3.0.0), knitr, rmarkdown LinkingTo: cpp11 VignetteBuilder: knitr URL: https://github.com/RodriDuran/censo2022arg BugReports: https://github.com/RodriDuran/censo2022arg/issues RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake make libarchive-dev libssl-dev libx11-dev zlib1g-dev Repository: https://rodriduran.r-universe.dev Date/Publication: 2026-05-22 21:45:45 UTC RemoteUrl: https://github.com/rodriduran/censo2022arg RemoteRef: HEAD RemoteSha: defdac9772100cf229413f7c3997eb65f0810f15 NeedsCompilation: yes Packaged: 2026-06-21 10:51:23 UTC; root Author: Rodrigo Javier Duran [aut, cre] (ORCID: ), Jaime Salvador [ctb] (Autor original de red_dictionary.cpp, red_execute.cpp, red_initialize.cpp y redengine_c.h (paquete redatamx, GPL-3)), CELADE - Centro Latinoamericano y Caribeno de Demografia [cph] (Titular de derechos sobre el motor REDATAM (libredengine)) Maintainer: Rodrigo Javier Duran