forked from lucasmation/microdadosBrasil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.42 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
Package: microdadosBrasil
Type: Package
Title: Reads most common Brazilian public microdata (CENSO, PNAD, etc) easy and fast
Version: 0.0.0.9000
Date: 2016-05-29
Authors@R: as.person(c(
"Lucas Mation <[email protected]> [aut, cre]",
"Nicolas Pinto<[email protected]> [ctb]"
))
Description: A set of simple functions to read most commonly used public microdata on Brazil.
Downloads and reads the main datasets from IBGE, INEP and MTE for
all years available on-line. Handles csv and fixed width format (fwf) data, for
which it includes dictionaries. The core "read_data" function is based on readr
(for fwf) and data.table (for csv), thus is fast. Metadata harmonization tables
and wrapper functions, such as read_CENSO, read_PNAD, read_CensoEscolar and
read_RAIS, handle the details of each dataset-year and make this package easily
extendable. See the website for microdadosBrasil on github for more details.
Depends: R (>= 3.1.3)
Imports:
bitops,
data.table,
chron,
RCurl,
dplyr,
magrittr,
Rcpp,
readr,
stringi,
stringr,
DBI,
assertthat,
tibble,
hms,
utils,
tidyr,
License: GPL-3
URL: https://github.com/lucasmation/microdadosBrasil
BugReports: https://github.com/lucasmation/microdadosBrasil/issues
RoxygenNote: 6.0.1
LazyData: true
Enhances: archive
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Encoding: UTF-8