
Create a visual table from a summarise_omop_snapshot result.
Source:R/tableOmopSnapshot.R
tableOmopSnapshot.Rd
Create a visual table from a summarise_omop_snapshot result.
Arguments
- result
Output from summariseOmopSnapshot().
- type
Type of formatting output table. See
visOmopResults::tableType()
for allowed options. Default is"gt"
.
Examples
# \donttest{
cdm <- mockOmopSketch(numberIndividuals = 10)
result <- summariseOmopSnapshot(cdm = cdm)
#> Warning: Vocabulary version in cdm_source (NA) doesn't match the one in the vocabulary
#> table (v5.0 18-JAN-19)
tableOmopSnapshot(result = result)
General
Observation period
Cdm
PatientProfiles::mockDisconnect(cdm)
# }