exampleDatasets | R Documentation |
List the available example CDM datasets
exampleDatasets()
A character vector with example CDM dataset identifiers
## Not run:
library(CDMConnector)
exampleDatasets()[1]
#> [1] "GiBleed"
con <- DBI::dbConnect(duckdb::duckdb(), eunomiaDir("GiBleed"))
cdm <- cdmFromCon(con)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.