View source: R/benchmarkCDMConnector.R
benchmarkCDMConnector | R Documentation |
Run benchmark of tasks using CDMConnector
benchmarkCDMConnector(cdm)
cdm |
A CDM reference object |
a tibble with time taken for different analyses
## Not run:
library(CDMConnector)
con <- DBI::dbConnect(duckdb::duckdb(), eunomiaDir())
cdm <- cdmFromCon(con, cdmSchema = "main", writeSchema = "main")
benchmarkCDMConnector(cdm)
DBI::dbDisconnect(con, shutdown = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.