exampleDatasets {CDMConnector} | R Documentation |
List the available example CDM datasets
Description
List the available example CDM datasets
Usage
exampleDatasets()
example_datasets()
Value
A character vector with example CDM dataset identifiers
Examples
## Not run:
library(CDMConnector)
exampleDatasets()[1]
#> [1] "GiBleed"
con <- DBI::dbConnect(duckdb::duckdb(), eunomiaDir("GiBleed"))
cdm <- cdm_from_con(con)
## End(Not run)
[Package CDMConnector version 1.5.0 Index]