powered by
List the available example CDM datasets
exampleDatasets()
A character vector with example CDM dataset identifiers
if (FALSE) { library(CDMConnector) exampleDatasets()[1] #> [1] "GiBleed" con <- DBI::dbConnect(duckdb::duckdb(), eunomiaDir("GiBleed")) cdm <- cdmFromCon(con) }
Run the code above in your browser using DataLab