| extract_all | R Documentation |
Derives stratified prevalence tables from the records in an OMOP CDM database for one or more clinical domains. Applies k-anonymity suppression and optionally saves results to CSV.
extract_all(
dataset_name,
db,
domains = c("conditions", "procedures", "drugs"),
cohort_id = NULL,
cohort_schema = NULL,
save = TRUE
)
dataset_name |
Short label for the dataset (e.g. "EH30", "EstBB"). |
db |
Either a DuckDB file path (string) or an existing connection
list from |
domains |
Character vector of domains to extract.
Options: |
cohort_id |
Integer |
cohort_schema |
Schema containing the cohort table. |
save |
If |
Named list of tibbles matching the Syrona schema (invisible).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.