forked from OHDSI/DataQualityDashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
61 lines (58 loc) · 1.4 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
template:
params:
bootswatch: cosmo
home:
links:
- text: Ask a question
href: http://forums.ohdsi.org
- text: DQD Example Output
href: https://data.ohdsi.org/DataQualityDashboardMDCD/
navbar:
structure:
left:
- home
- intro
- reference
- articles
- news
right: [hades, github]
components:
home:
icon: fa-home fa-lg
href: index.html
intro:
text: Get started
href: articles/DataQualityDashboard.html
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html
hades:
text: hadesLogo
href: https://ohdsi.github.io/Hades
reference:
- title: "Execution"
desc: >
Function for running data quality checks
contents:
- executeDqChecks
- writeJsonResultsToTable
- title: "View Dashboard"
desc: >
Function for viewing the data quality dashboard
contents:
- viewDqDashboard
- title: "Re-evaluate Thresholds"
desc: >
Function to take a set of DQD results and re-evaluate them against new thresholds
contents: reEvaluateThresholds
- title: "List all DQD Checks"
desc: >
Function to list all checks run by the application
contents: listDqChecks
- title: "Write DQD results to a CSV"
desc: >
Function to write the JSON results to a csv file
contents: writeJsonResultsToCsv