powered by
Extract the name, version, and selected record counts from a cdm.
snapshot(cdm)
A named list of attributes about the cdm including selected fields from the cdm_source table and record counts from the person and observation_period tables
A cdm object
if (FALSE) { library(CDMConnector) con <- DBI::dbConnect(duckdb::duckdb(), eunomiaDir()) cdm <- cdmFromCon(con, "main") snapshot(cdm) DBI::dbDisconnect(con, shutdown = TRUE) }
Run the code above in your browser using DataLab