View source: R/summariseOmopSnapshot.R
| summariseOmopSnapshot | R Documentation |
Summarise a cdm_reference object creating a snapshot with the metadata of the cdm_reference object
summariseOmopSnapshot(cdm)
cdm |
A |
A summarised_result object with the results.
library(OmopSketch)
library(omock)
cdm <- mockCdmFromDataset(datasetName = "GiBleed", source = "duckdb")
result <- summariseOmopSnapshot(cdm = cdm)
tableOmopSnapshot(result = result)
cdmDisconnect(cdm = cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.