-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·56 lines (56 loc) · 2.19 KB
/
DESCRIPTION
File metadata and controls
executable file
·56 lines (56 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: eph
Title: Argentina's Permanent Household Survey Data and Manipulation Utilities
Version: 1.0.2
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")
)
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,
calculate_poverty() for the calculation of stating if a household is in poverty or not, following the official methodology.
organize_panels() is used to concatenate observations from different periods, and organize_labels()
adds the official labels to the data. The implemented methods are based on INDEC (2016) <http://www.estadistica.ec.gba.gov.ar/dpe/images/SOCIEDAD/EPH_metodologia_22_pobreza.pdf>.
As this package works with the argentinian Permanent Household Survey and its main audience is from this country,
the documentation was written in Spanish.
BugReports: https://github.com/ropensci/eph/issues
Imports:
dplyr,
expss,
purrr,
tibble,
stringr,
readxl,
tidyr,
utils,
zoo,
leaflet,
htmltools,
rlang,
stats,
cli,
httr,
curl,
tidyselect
Depends: R (>= 2.10)
License: MIT + file LICENSE
Encoding: UTF-8
Language: es
URL: https://github.com/ropensci/eph
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat,
lubridate,
knitr,
rmarkdown,
ggplot2,
readr,
forcats,
httptest
VignetteBuilder: knitr