-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
51 lines (45 loc) · 1.17 KB
/
_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
42
43
44
45
46
47
48
49
50
destination: docs
template:
params:
bootswatch: cosmo
development:
mode: auto
navbar:
structure:
left: [home, how_to, articles, reference]
right: github
components:
how_to:
text: How To
menu:
- text: How to install
href: articles/how_to_install.html
- text: How to transform
href: articles/how_to_recode.html
- text: How to add variables
href: articles/how_to_use_recodeflow_with_your_data.html
articles:
text: Articles
menu:
- text: variable_details
href: articles/variable_details.html
- text: variable_sheet
href: articles/variables_sheet.html
- text: Derived variables
href: articles/derived_variables.html
- text: Rec with table
href: articles/rec_with_table.html
- text: How to use tagged_na
href: articles/missing_data_(tagged_na).html
reference:
text: Reference
href: reference/index.html
reference:
- title: "Recoding"
desc: Functions for recoding data across databases
contents:
- rec_with_table
- title: "Utility"
desc: Other useful functions
contents:
- set_data_labels