tableMissingData {OmopSketch}R Documentation

Create a visual table from a summariseMissingData() result.

Description

Create a visual table from a summariseMissingData() result.

Usage

tableMissingData(result, type = "gt")

Arguments

result

A summarised_result object.

type

Type of formatting output table. See visOmopResults::tableType() for allowed options. Default is "gt".

Value

A formatted table object with the summarised data.

Examples


cdm <- mockOmopSketch(numberIndividuals = 100)

result <- summariseMissingData(cdm = cdm,
omopTableName = c("condition_occurrence", "visit_occurrence"))

tableMissingData(result = result)

PatientProfiles::mockDisconnect(cdm = cdm)


[Package OmopSketch version 0.5.1 Index]