-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
43 lines (41 loc) · 929 Bytes
/
_pkgdown.yml
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
url: https://politicaargentina.github.io/electorAr/
template:
params:
bootswatch: cerulean
home:
strip_header: true
authors:
Juan Pablo Ruiz Nicolini:
href: https://tuqmano.ar
Franco Galeano:
href: https://github.com/tartagalensis
Iván Lewin:
href: https://github.com/ivanlewin
reference:
- title: Data
desc: Functions for exploring and downloading data with two different workflows .
- subtitle: Explore
contents:
- 'show_available_elections'
- subtitle: Download
contents:
- 'get_election_data'
- 'get_election_results'
- 'get_multiple_elections'
- title: "Computing"
desc: "Functions for computation"
contents:
- starts_with("compute")
- title: "Auxiliar"
desc: "Auxiliar functions"
contents:
- starts_with("make")
- 'get_names'
- title: Data
desc: Expample toy dataset
contents:
- 'tucuman_dip_gral_2017'
- title: "internal"
desc:
contents:
- 'electorAr'