forked from OHDSI/CohortGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
92 lines (82 loc) · 2.52 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
template:
params:
bootswatch: cosmo
home:
links:
- text: Ask a question
href: http://forums.ohdsi.org
reference:
- title: "Cohort Tables"
desc: >
Functions that support creating the necessary cohort tables.
contents:
- createCohortTables
- getCohortTableNames
- title: "Cohort Defintion Set"
desc: >
Functions that support working with a cohort definition set
contents:
- saveCohortDefinitionSet
- getCohortDefinitionSet
- createEmptyCohortDefinitionSet
- checkAndFixCohortDefinitionSetDataTypes
- isCohortDefinitionSet
- title: "Cohort Generation"
desc: >
Functions that support generating cohorts.
contents:
- generateCohortSet
- createEmptyCohortDefinitionSet
- title: "Cohort Counts"
desc: >
Function for obtaining the counts of subjects and events for one or
more cohorts
contents:
- getCohortCounts
- title: "Cohort Statistics"
desc: >
Functions for inserting inclusion rule names from a cohort definition,
exporting the cohort statistics to the file system and a helper function
for dropping those tables when they are no longer needed.
contents:
- getCohortStats
- insertInclusionRuleNames
- exportCohortStatsTables
- dropCohortStatsTables
- title: "Negative Control Outcomes"
desc: >
Functions for creating negative control outcome cohorts for use in
population-level estimation.
contents:
- createEmptyNegativeControlOutcomeCohortSet
- generateNegativeControlOutcomeCohorts
- title: "CSV File Helpers"
desc: >
Functions for reading and writing CSV files to ensure adherance to
the HADES standard when interfacing between R and SQL/File System:
https://ohdsi.github.io/Hades/codeStyle.html#Interfacing_between_R_and_SQL
contents:
- readCsv
- writeCsv
- isCamelCase
- isSnakeCase
- isFormattedForDatabaseUpload
- title: "Record Keeping"
desc: >
Functions that support record keeping of tasks performed.
CohortGenerator uses these functions when running in incremental
mode to only generate cohorts when their definition has changed from
a previous run.
contents:
- getRequiredTasks
- recordTasksDone
- isTaskRequired
- saveIncremental
- computeChecksum
navbar:
structure:
right: [hades, github]
components:
hades:
text: hadesLogo
href: https://ohdsi.github.io/Hades