Skip to content

Commit

Permalink
last details
Browse files Browse the repository at this point in the history
  • Loading branch information
caropradier committed Sep 14, 2023
1 parent 13a8784 commit 742c8e2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ Package: eph
Title: Argentina's Permanent Household Survey Data and Manipulation Utilities
Version: 0.6.1
Authors@R: c(
person("Carolina", "Pradier", email = "[email protected]", role = c("aut","cre"), comment = c(ORCID = "0009-0007-5058-6352")),
person("Diego", "Kozlowski", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-5396-3471")),
person("Pablo", "Tiscornia", email = "[email protected]", role = "aut"),
person("Guido", "Weksler", email = "[email protected]", role = c("aut")),
person("Natsumi", "Shokida", email = "[email protected]", role = "aut"),
person("German", "Rosati", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-9775-0435")),
person("Juan Gabriel", "Juara", email = "[email protected]", role = "ctb"),
person("Carolina", "Pradier", email = "[email protected]", role = c("aut","cre"), comment = c(ORCID = "0009-0007-5058-6352")))
person("Juan Gabriel", "Juara", email = "[email protected]", role = "ctb")
)
Description: Tools to download and manipulate the Permanent Household Survey from Argentina
(EPH is the Spanish acronym for Permanent Household Survey).
e.g: get_microdata() for downloading the datasets, get_poverty_lines() for downloading the official poverty baskets,
Expand Down
2 changes: 1 addition & 1 deletion R/get_eahu.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' (coming soon!) Descarga de Bases de la Encuesta anual de hogares urbanos
#' Descarga de Bases de la Encuesta anual de hogares urbanos
#' @description
#' Funcion que descarga bases de la Encuesta anual de hogares urbanos del INDEC entre 2010 y 2014
#' @param year un integer o vector de integers entre 2010 y 2014
Expand Down
2 changes: 1 addition & 1 deletion R/get_total_urbano.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' (coming soon!) Descarga de Bases de EPH total urbano
#' Descarga de Bases de EPH total urbano
#' @description
#' Funcion que descarga bases de la Encuesta Permanente de Hogares total urbano del INDEC a partir de 2016
#' @param year un integer o vector de integers a partir de 2016
Expand Down
2 changes: 1 addition & 1 deletion man/get_eahu.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/get_total_urbano.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 742c8e2

Please sign in to comment.