View source: R/tableOmopSnapshot.R
tableOmopSnapshot | R Documentation |
Create a visual table from a summarise_omop_snapshot result.
tableOmopSnapshot(result, type = "gt")
result |
Output from summariseOmopSnapshot(). |
type |
Type of formatting output table, either "gt" or "flextable". |
A gt or flextable object with the summarised data.
cdm <- mockOmopSketch(numberIndividuals = 10)
result <- summariseOmopSnapshot(cdm)
result |>
tableOmopSnapshot()
PatientProfiles::mockDisconnect(cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.