-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
107 lines (101 loc) · 3.09 KB
/
_pkgdown.yml
File metadata and controls
107 lines (101 loc) · 3.09 KB
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
url: https://bennettoxford.github.io/nhstt/
template:
bootstrap: 5
assets: false
includes:
in_header: |
<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://plausible.io/js/pa-eGtUj6yMT9xZ_NpjGZ0PD.js"></script>
<script>
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
plausible.init()
</script>
development:
mode: auto
home:
sidebar:
structure: [links, license, citation, authors, dev]
navbar:
title: nhstt
type: default
left:
- text: "Function reference"
href: reference/index.html
- text: "How-to guides"
menu:
- text: "Annual data"
- text: "Key measures"
href: articles/how-to-key-measures-annual.html
- text: "PROMs"
href: articles/how-to-proms-annual.html
- text: -------
- text: "Monthly data"
- text: "Activity and performance"
href: articles/how-to-activity-performance-monthly.html
- text: "Metadata"
menu:
- text: "Annual metadata"
- text: "Key measures"
href: articles/metadata-annual.html
- text: -------
- text: "Monthly metadata"
- text: "Core measures"
href: articles/metadata-monthly-core.html
- text: "Employment Advisor (EA) measures"
href: articles/metadata-monthly-ea.html
- text: "Long-term Condition (LTC) measures"
href: articles/metadata-monthly-ltc.html
- text: -------
- text: "Organisation metadata"
- text: "NHS Talking Therapies providers"
href: articles/metadata-ods.html
- text: "Reports"
menu:
- text: "Monthly"
- text: "Appointment measures"
href: articles/report-monthly-tx-appt.html
- text: "Outcome measures"
href: articles/report-monthly-outcomes.html
reference:
- title: "Annual data"
contents:
- get_key_measures_annual
- get_proms_annual
- get_therapy_position_annual
- title: "Monthly data"
contents:
- get_activity_performance_monthly
- title: "Metadata"
contents:
- get_metadata_measures_annual
- get_metadata_variables_annual
- get_metadata_monthly
- get_metadata_providers
- title: "Cache management"
contents:
- cache_info
- cache_clear
- title: "Helper functions"
contents:
- available_nhstt_reports
- summarise_percentiles
articles:
- title: "How-to guides"
desc: "Step-by-step guides for analysing NHS TT data"
contents:
- how-to-activity-performance-monthly
- how-to-key-measures-annual
- how-to-proms-annual
- title: "Metadata"
desc: "Metadata for annual and monthly reports"
contents:
- metadata-annual
- metadata-monthly-core
- metadata-monthly-ea
- metadata-monthly-ltc
- metadata-ods
- title: "Reports"
desc: "Reports based on monthly and annual NHS TT measures"
contents:
- report-monthly-tx-appt
- report-monthly-outcomes