-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path_pkgdown.yml
More file actions
46 lines (42 loc) · 1.98 KB
/
_pkgdown.yml
File metadata and controls
46 lines (42 loc) · 1.98 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
url: https://darwin-eu.github.io/CDMConnector/
template:
bootstrap: 5
bootswatch: flatly
logo: man/figures/logo.png
bslib:
primary: "#123293" # darwin dark blue
#fg: "#5fa7d7" # darwin light blue
#bg: "#f8d556" # darwin yellow
home:
links:
- text: PaRe package reviewer report
href: /CDMConnector/pare_report.html
reference:
- subtitle: CDM Object
desc: Create or transform a CDM reference object. These accept and return cdm objects.
- contents:
- matches("^cdm|stow|print.cdm_reference|snapshot|validateCdm|collect.cdm_reference|version|dropTable|dropStemTables|cdm_reference|insertTable|dbSource|tblGroup|copyCdmTo|computeDataHashByTable|cdmCommentContents")
- subtitle: Cohort Creation and Transformation
desc: A cohort is a set of person-days representing the time during which people in a CDM exhibited some observable characteristics. Cohorts are often the foundation of downstream analyses.
- contents:
- matches("generateCohortSet|^cohort|readCohortSet|newGeneratedCohortSet|intersect|union|generate|recordCohortAttrition|summariseQuantile")
- subtitle: dbplyr workarounds
desc: Functions that can be used in cross database dplyr pipelines
- contents:
- matches("computeQuery|appendPermanent|datediff|dateadd|quantile$|asDate|datepart|inSchema|uniqueTableName")
- subtitle: DBI connection
desc: Functions that accept DBI connections and are useful in cross database DBI code
- contents:
- matches("dbms|listTables|dbConnect")
- subtitle: Eunomia example CDM
desc: Easily create and use example CDMs in a [duckdb](https://duckdb.org/) database
- contents:
- matches("eunomia|downloadEunomiaData|exampleDatasets|exampleDatasets|requireEunomia")
- subtitle: Benchmarking
desc: Run benchmarking of simple queries against your CDM reference
- contents:
- matches("benchmarkCDMConnector")
- subtitle: Concept discovery
desc: Find concepts that co-occur with given OMOP concepts using the Columbia Open Health Data (COHD) API.
- contents:
- cohdSimilarConcepts