dbms | R Documentation |
Get the database management system (dbms) from a cdm_reference or DBI connection
dbms(con)
con |
A DBI connection or cdm_reference |
A character string representing the dbms that can be used with SqlRender
## Not run:
con <- DBI::dbConnect(duckdb::duckdb(), dbdir = eunomiaDir())
cdm <- cdmFromCon(con)
dbms(cdm)
dbms(con)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.