-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_pkgdown.yml
35 lines (32 loc) · 1.48 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
url: https://darwin-eu.github.io/CodelistGenerator/
template:
bootstrap: 5
bootswatch: flatly
navbar:
structure:
right: [github]
reference:
- subtitle: Search for codes following a systematic search strategy
- contents:
- matches("getCandidateCodes")
- subtitle: Create vocabulary-based codelists
- contents:
- matches("getDrugIngredientCodes|getATCCodes|getICD10StandardCodes")
- subtitle: Run codelist diagnostics
- contents:
- matches("summariseAchillesCodeUse|summariseCodeUse|summariseCohortCodeUse|summariseOrphanCodes|summariseUnmappedCodes")
- subtitle: Present codelist diagnostics results in a table
- contents:
- matches("tableAchillesCodeUse|tableCodeUse|tableCohortCodeUse|tableOrphanCodes|tableUnmappedCodes")
- subtitle: Extract codelists from JSON files
- contents:
- matches("codesFromCohort|codesFromConceptSet")
- subtitle: Codelist utility functions
- contents:
- matches("codesInUse|compareCodelists|subsetToCodesInUse|restrictToCodesInUse|subsetOnRouteCategory|stratifyByRouteCategory|stratifyByDoseUnit|stratifyByConcept|subsetOnDoseUnit|subsetOnDomain")
- subtitle: Vocabulary utility functions
- contents:
- matches("getVocabVersion|getVocabularies|getConceptClassId|getDomains|getDescendants|getDoseForm|doseFormToRoute|getRouteCategories|getRoutes|getDoseUnit|getRelationshipId|getMappings|sourceCodesInUse|availableATC|availableICD10|availableIngredients")
- subtitle: Create a mock dataset that contains vocabulary tables
- contents:
- matches("mockVocabRef")