-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
28 lines (28 loc) · 896 Bytes
/
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
Package: rfbCNPJ
Title: Downloads and Parses Data from the Department of Federal Revenue in Brazil
Version: 0.1.1
Authors@R: person("Julio", "Trecenti", email = "[email protected]", role = c("aut", "cre"))
Description: Downloads and parses data from official site on Department
of Federal Revenue in Brazil (Receita Federal do Brasil, RFB). Data are
collected from RFB site (<http://idg.receita.fazenda.gov.br>). Latest update
was in December 15, 2017. There are more than 9 million companies IDs and
17 million partner information.
Depends: R (>= 3.4)
License: MIT + file LICENSE
URL: https://github.com/jtrecenti/rfbCNPJ
BugReports: https://github.com/jtrecenti/rfbCNPJ/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports: magrittr,
fs,
purrr,
httr,
xml2,
readr,
stringr,
tibble,
glue,
progress
Suggests: dplyr,
tidyr