-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.02 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
Package: censAr
Title: Base de Datos de Facil Acceso de Censos de Arentina
(Argentina´s Census Easy Access Database)
Version: 0.0.0.9
Authors@R: c(
person(given = "Juan Pablo",
family = "Ruiz Nicolini",
role = c("aut", "cre", "cph"),
email = "[email protected]")
)
Description: Provee un acceso conveniente a mas de 40 millones de registros
de la base de datos del Censo 2010 de Argentina. Los datos fueron obtenidos
de 'datar', donde se publican datos en texto plano a partir del Convertidor REDATAM creado por Pablo De
Grande.
URL: https://politicaargentina.github.io/censAr/
BugReports: https://github.com/politicaargentina/censAr/issues/
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
DBI,
duckdb,
httr,
tibble,
purrr,
cli,
crayon,
rstudioapi,
tools
Suggests:
testthat,
knitr,
dplyr,
dbplyr,
ggplot2
Depends:
R (>= 4.0)