Learn R Programming

CDMConnector (version 2.0.0)

exampleDatasets: List the available example CDM datasets

Description

List the available example CDM datasets

Usage

exampleDatasets()

Arguments

Value

A character vector with example CDM dataset identifiers

Examples

Run this code
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