-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
64 lines (62 loc) · 1.48 KB
/
_pkgdown.yml
File metadata and controls
64 lines (62 loc) · 1.48 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
url: https://pedsnet.github.io/ndq/
template:
bootstrap: 5
light-switch: true
reference:
- title: Data Quality Checks
desc: >
The primary functions used to execute each data quality analysis
contents:
- check_bmc
- check_cfd
- check_dc
- check_dcon
- check_dp
- check_ecp
- check_fot
- check_mf_visitid
- check_uc
- check_vc
- check_vs
- title: Data Quality Processing
desc: >
Post-processing functions to be applied to output after the primary
analyses have been executed on all network institutions.
contents:
- process_bmc
- process_cfd
- process_dc
- process_dcon
- process_dp
- process_ecp
- process_fot
- process_mf_visitid
- process_uc
- process_vc
- process_vs
- title: Helper Functions
desc: >
Miscellaneous helper functions to supplement the analyses
contents:
- attach_anon_id
- create_check_metadata
- summarize_large_n
- title: Example Function Inputs
desc: >
Examples of all the tables that should be used as input to each of the
`check_*` functions. There are specific examples for both OMOP and PCORnet
configurations.
contents:
- starts_with("bmc_input")
- bmc_best_notbest
- starts_with("cfd_input")
- starts_with("cfd_visit_types")
- starts_with("dc_input")
- starts_with("dcon_input")
- starts_with("dp_input")
- starts_with("ecp_input")
- starts_with("fot_input")
- starts_with("mf_input")
- starts_with("uc_input")
- starts_with("vc_input")
- starts_with("vs_input")