cdmCon | R Documentation |
Get underlying database connection
cdmCon(cdm)
cdm |
A cdm reference object created by |
A reference to the database containing tables in the cdm reference
## Not run:
con <- DBI::dbConnect(duckdb::duckdb(), dbdir = eunomiaDir())
cdm <- cdmFromCon(con = con, cdmName = "Eunomia",
cdmSchema = "main", writeSchema = "main")
cdmCon(cdm)
DBI::dbDisconnect(con)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.