-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
71 lines (71 loc) · 2.28 KB
/
DESCRIPTION
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: censo2017
Title: Base de Datos de Facil Acceso del Censo 2017 de Chile
(2017 Chilean Census Easy Access Database)
Version: 0.6.1
Authors@R: c(
person(given = "Mauricio",
family = "Vargas",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1017-7574")),
person(given = "Juan",
family = "Correa",
role = c("ctb")),
person(given = "Maria Paula",
family = "Caldas",
role = c("rev"),
comment = "rOpenSci"),
person(given = "Frans",
family = "van Dunné",
role = c("rev"),
comment = "rOpenSci"),
person(given = "Melina",
family = "Vidoni",
role = c("rev"),
comment = "rOpenSci"),
person(given = "Constanza",
family = "Manriquez",
role = c("rev"),
comment = "revision independiente de las vinietas"),
person(family = "Instituto Nacional de Estadisticas (INE)",
role = c("dtc")
)
)
Description: Provee un acceso conveniente a mas de 17 millones de registros
de la base de datos del Censo 2017. Los datos fueron importados desde
el DVD oficial del INE usando el Convertidor REDATAM creado por Pablo De
Grande. Esta paquete esta documentado intencionalmente en castellano
asciificado para que funcione sin problema en diferentes plataformas.
(Provides convenient access to more than 17 million records from the
Chilean Census 2017 database. The datasets were imported from the official
DVD provided by the Chilean National Bureau of Statistics by using the
REDATAM converter created by Pablo De Grande and in addition it includes the
maps accompanying these datasets.)
URL: https://docs.ropensci.org/censo2017/
BugReports: https://github.com/ropensci/censo2017/issues/
License: CC0
Language: es
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
DBI,
duckdb,
httr,
tibble,
purrr,
cli,
crayon,
rstudioapi,
tools
Suggests:
testthat,
covr,
knitr,
dplyr,
dbplyr,
ggplot2,
chilemapas
Depends:
R (>= 4.0)