Learn R Programming

OmopSketch (version 0.3.2)

tableMissingData: Create a visual table from a summariseMissingData() result.

Description

Create a visual table from a summariseMissingData() result.

Usage

tableMissingData(result, type = "gt")

Value

A gt or flextable object with the summarised data.

Arguments

result

A summarised_result object.

type

Type of formatting output table, either "gt" or "flextable".