forked from OHDSI/omock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
69 lines (62 loc) · 1.77 KB
/
_pkgdown.yml
File metadata and controls
69 lines (62 loc) · 1.77 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
url: https://ohdsi.github.io/omock/
template:
bootstrap: 5
articles:
- title: "Articles"
contents:
- synthetic_clinical_tables
- synthetic_cohorts
- synthetic_vocabulary
- mock_from_tables
- synthetic_datasets
reference:
- title: "Mock CDM Initialization"
desc: "This group includes functions that initialize the foundational structures required for the mock CDM environment."
contents:
- mockCdmReference
- mockCdmFromTables
- mockCdmFromDataset
- title: "Mock Datasets"
desc: "This group of functions are utility functions to work with the mock datasets."
contents:
- mockDatasets
- downloadMockDataset
- availableMockDatasets
- isMockDatasetDownloaded
- mockDatasetsStatus
- mockDatasetsFolder
- title: "Mock Table Creation"
desc: "These functions are focused on adding mock data tables based on the initialized CDM structure."
contents:
- mockPerson
- mockObservationPeriod
- mockConditionOccurrence
- mockDrugExposure
- mockMeasurement
- mockObservation
- mockProcedureOccurrence
- mockDeath
- mockVisitOccurrence
- title: "Vocabulary Tables Creation"
desc: "This group includes functions that set up vocabulary tables."
contents:
- mockVocabularyTables
- mockConcepts
- mockVocabularySet
- title: "Cohort Tables Creation"
desc: "These functions are focused on adding mock cohort tables based on the initialized CDM structure."
contents:
- mockCohort
navbar:
structure:
left:
- home
- reference
- articles
- news
- paper
components:
paper:
text: "JOSS Paper"
href: "https://joss.theoj.org/papers/10.21105/joss.08178"
target: _blank