powered by
Create a visual table from a summarise_omop_snapshot result.
tableOmopSnapshot(result, type = "gt")
A formatted table object with the summarised data.
Output from summariseOmopSnapshot().
Type of formatting output table. See visOmopResults::tableType() for allowed options. Default is "gt".
visOmopResults::tableType()
"gt"
# \donttest{ cdm <- mockOmopSketch(numberIndividuals = 10) result <- summariseOmopSnapshot(cdm = cdm) tableOmopSnapshot(result = result) PatientProfiles::mockDisconnect(cdm) # }
Run the code above in your browser using DataLab