-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_pkgdown.yml
143 lines (138 loc) · 3.23 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
destination: docs
template:
params:
bootswatch: cosmo
docsearch:
api_key: a674c1edc7b44c4ee995ef4227708c57
index_name: cchsflow
development:
mode: auto
home:
links:
- text: Calculators
href: https://www.projectbiglife.ca
navbar:
structure:
left: [home, get_started, articles, reference, news]
right: github
components:
get_started:
text: Get started
href: articles/get_started.html
articles:
text: Articles
menu:
- text: variables.csv sheet
href: articles/variables_sheet.html
- text: variable_details.csv sheet
href: articles/variable_details.html
- text: Derived variables
href: articles/derived_variables.html
- text: How to add variables
href: articles/how_to_add_variables.html
- text: How to use tagged_na
href: articles/tagged_na_usage.html
- text: CCHS datasets that overlap each other
href: articles/duplicate_datasets.html
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html
reference:
- title: "Worksheets"
desc: Model Specification Worksheets
contents:
- variables
- variable_details
- title: "Derived variable functions"
desc: Functions for deriving custom CCHS variables
contents:
- active_transport1_fun
- active_transport2_fun
- active_transport3_fun
- bmi_fun
- adjusted_bmi_fun
- bmi_fun_cat
- pack_years_fun
- pct_time_fun
- resp_condition_fun1
- resp_condition_fun2
- resp_condition_fun3
- age_cat_fun
- binge_drinker_fun
- multiple_conditions_fun1
- multiple_conditions_fun2
- adl_fun
- RACDPAL_fun
- adl_score_5_fun
- COPD_Emph_der_fun1
- COPD_Emph_der_fun2
- diet_score_fun
- diet_score_fun_cat
- smoke_simple_fun
- time_quit_smoking_fun
- low_drink_short_fun
- low_drink_long_fun
- low_drink_score_fun
- low_drink_score_fun1
- immigration_fun
- pct_time_fun_cat
- energy_exp_fun
- SMKDSTY_fun
- SMKG040_fun
- SMKG203_fun
- SMKG207_fun
- SPS_5_fun
- pack_years_fun_cat
- title: "Potentially problematic variables"
desc: Derived variables in cchsflow that users may run into issues with
contents:
- ALW_1
- ALW_2A1
- ALW_2A2
- ALW_2A3
- ALW_2A4
- ALW_2A5
- ALW_2A6
- ALW_2A7
- ALWDWKY
- ALWDDLY
- ALCDTYP
- ALCDTTM
- DPSDSF
- DPSDPP
- food_insecurity_der
- GEN_02A2
- LBFA_31A
- LBFA_31A_a
- LBFA_31A_b
- title: "CCHS datasets"
desc: Datasets for each CCHS cycle
contents:
- cchs2001_p
- cchs2003_p
- cchs2005_p
- cchs2007_2008_p
- cchs2009_2010_p
- cchs2010_p
- cchs2011_2012_p
- cchs2012_p
- cchs2013_2014_p
- cchs2014_p
- cchs2015_2016_p
- cchs2017_2018_p
- cchs2009_s
- cchs2010_s
- cchs2012_s
- title: "Processing functions"
desc: Functions used to manipulate CCHS datasets
contents:
- rec_with_table
- set_data_labels
- merge_rec_data
- title: "Utility functions"
desc: Utility functions that are used in other cchsflow functions
contents:
- if_else2