forked from conre3/pesqEle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 954 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
29
30
Package: pesqEle
Title: Election Polls from Brazilian Superior Electoral Court
Version: 0.0.2
Authors@R: c(
person("Julio", "Trecenti", role = c("aut","cre"), email = "[email protected]"),
person("William", "Amorim", role = c("aut"), email = "[email protected]"),
person("Bruna", "Wundervald", role = c("ctb", "cph"), email = "[email protected]"))
Description: Downloads and parses data from official site on Supreme
Electoral Court in Brazil (Tribunal Superior Eleitoral, TSE). Data are
collected from TSE site (<http://inter01.tse.jus.br/pesqele-publico/>).
Latest update was in May 31, 2018. There are 186 registered polls,
conducted by 74 companies.
Depends:
R (>= 3.3)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: dplyr,
tidyr,
httr,
rvest,
xml2,
stringr,
magrittr,
purrr,
tibble,
SoundexBR
Suggests: knitr,
rmarkdown