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, either "gt" or "flextable". |
Value
A gt or flextable object with the summarised data.
[Package OmopSketch version 0.2.0 Index]