-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
60 lines (58 loc) · 1.88 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
url: https://ohdsi.github.io/CohortConstructor/
template:
bootstrap: 5
light-switch: true
bslib:
primary: "#0054AD"
border-radius: 0.5rem
btn-border-radius: 0.25rem
danger: "#A6081A"
navbar:
structure:
right: [search, github, lightswitch]
reference:
- subtitle: Build base cohorts
- contents:
- matches("conceptCohort|demographicsCohort|measurementCohort")
- subtitle: Apply cohort table related requirements
- contents:
- matches("requireMinCohortCount|requireInDateRange|requireIsFirstEntry|requireIsLastEntry|requireIsEntry")
- subtitle: Impose singular demographic requirements on existing cohorts
- contents:
- matches("requireAge|requireSex|requirePriorObservation|requireFutureObservation")
- subtitle: Impose multiple demographic requirements on existing cohorts
- contents:
- matches("requireDemographics")
- subtitle: Impose requirements of presence or absence in other cohorts, concept sets, or table
- contents:
- matches("requireCohortIntersect|requireConceptIntersect|requireTableIntersect")
- subtitle: Impose presence or absence of a death record within a time window
- contents:
- matches("requireDeathFlag")
- subtitle: Update cohort start and end dates
- contents:
- matches("^trim|exit|entry|padCohortDate|padCohortStart|padCohortEnd")
- subtitle: Concatanate cohort entries
- contents:
- matches("collapseCohorts")
- subtitle: Filter cohorts
- contents:
- matches("subsetCohorts|sampleCohorts")
- subtitle: Split cohorts
- contents:
- matches("yearCohorts|stratifyCohorts")
- subtitle: Combine cohorts
- contents:
- matches("intersectCohorts|unionCohorts")
- subtitle: Match cohorts
- contents:
- matches("matchCohorts")
- subtitle: Mock data
- contents:
- matches("mockCohortConstructor")
- subtitle: Results from benchmarking
- contents:
- matches("benchmarkData")
- subtitle: Utility functions
- contents:
- matches("addCohortTableIndex")