powered by
Create a visual table from a summarise_omop_snapshot result.
tableOmopSnapshot(result, type = "gt")
A gt or flextable object with the summarised data.
Output from summariseOmopSnapshot().
Type of formatting output table, either "gt" or "flextable".
# \donttest{ cdm <- mockOmopSketch(numberIndividuals = 10) result <- summariseOmopSnapshot(cdm) result |> tableOmopSnapshot() PatientProfiles::mockDisconnect(cdm) # }
Run the code above in your browser using DataLab