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