tableOmopSnapshot {OmopSketch} | R Documentation |
Create a visual table from a summarise_omop_snapshot result.
Description
Create a visual table from a summarise_omop_snapshot result.
Usage
tableOmopSnapshot(result, type = "gt")
Arguments
result |
Output from summariseOmopSnapshot(). |
type |
Type of formatting output table. See |
Value
A formatted table object with the summarised data.
Examples
cdm <- mockOmopSketch(numberIndividuals = 10)
result <- summariseOmopSnapshot(cdm = cdm)
tableOmopSnapshot(result = result)
PatientProfiles::mockDisconnect(cdm)
[Package OmopSketch version 0.5.1 Index]