tableOmopSnapshot: Create a visual table from a summarise_omop_snapshot result.

View source: R/tableOmopSnapshot.R

tableOmopSnapshotR 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, either "gt" or "flextable".

Value

A gt or flextable object with the summarised data.

Examples


cdm <- mockOmopSketch(numberIndividuals = 10)

result <- summariseOmopSnapshot(cdm)

result |>
  tableOmopSnapshot()

PatientProfiles::mockDisconnect(cdm)


OmopSketch documentation built on June 8, 2025, 1:36 p.m.