-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
104 lines (95 loc) · 2.28 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
destination: public
home:
title: Understanding Society Data Cleaning
links:
- text: STAPM webpage
href: https://stapm.gitlab.io/
url: https://stapm.gitlab.io/r-packages/ukhlsclean
template:
params:
bootswatch: flatly
authors:
Damon Morris:
href: https://www.sheffield.ac.uk/scharr/people/staff/damon-morris
Ryan Kai Le Chen:
href: https://www.sheffield.ac.uk/scharr/people/ryan-kai-le-chen
navbar:
structure:
left: [home, intro, reference, articles]
right: [github, gitlab, software]
components:
home: ~
intro:
text: Get started
href: articles/ukhlsclean.html
reference:
text: Functions
href: reference/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/STAPM/ukhlsclean
gitlab:
icon: fab fa-gitlab fa-lg
href: https://gitlab.com/stapm/r-packages/ukhlsclean
software:
icon: fa-code
href: https://stapm.gitlab.io/software.html
reference:
- title: Wrapper functions
contents:
- ukhlsclean
- ukhlsclean_2020
- ukhlsclean_2021
- title: Cleaning modules
contents:
- ukhls_clean_global
- ukhls_clean_demographic
- ukhls_clean_hhold
- ukhls_clean_econstat
- ukhls_clean_health
- ukhls_clean_alcohol
- ukhls_clean_smoke
- ukhls_clean_work
- ukhls_clean_benefit
- ukhls_clean_youth
- ukhls_post_clean_benefit
- ukhls_combine_waves
- select_data
- eq5d
- gen_scaling_factor
- title: Raw data reading functions
contents:
- bhps_read_all
- ukhls_read_wave1
- ukhls_read_wave2
- ukhls_read_wave3
- ukhls_read_wave4
- ukhls_read_wave5
- ukhls_read_wave6
- ukhls_read_wave7
- ukhls_read_wave8
- ukhls_read_wave9
- ukhls_read_wave10
- ukhls_read_wave11
- ukhls_read_wave12
- ukhls_read_wave13
- ukhls_read_covid19_1
- ukhls_read_covid19_2
- ukhls_read_youth
- title: Package datasets
contents:
- cpih
- rpi
- CoefficientMatrix
- PopulationCounts
articles:
text:
menu:
- text: Variable codebook
href: articles/codebook.html
- text: Longitudinal data check
href: articles/USoc_longitudinal_data_check.html
- text: Calendar year_2020 data check
href: articles/USoc_calendar_year_2020_data_check.html
- text: Calendar year_2021 data check
href: articles/USoc_calendar_year_2021_data_check.html