tableCohortCount: Format a summarise_characteristics object into a visual...

View source: R/tableCohortCount.R

tableCohortCountR Documentation

Format a summarise_characteristics object into a visual table.

Description

[Experimental]

Usage

tableCohortCount(
  result,
  type = "gt",
  header = "cohort_name",
  groupColumn = NULL,
  hide = "variable_level"
)

Arguments

result

A summarise_characteristics object.

type

Type of table. Check supported types with visOmopResults::tableType().

header

Columns to use as header. See options with tidyColumns(result).

groupColumn

Columns to group by. See options with tidyColumns(result).

hide

Columns to hide from the visualisation. See options with tidyColumns(result).

Value

A table with a formatted version of the summariseCohortCount result result.

Examples


library(CohortCharacteristics)

cdm <- mockCohortCharacteristics()

result <- summariseCohortCount(cdm$cohort1)

tableCohortCount(result)

mockDisconnect(cdm = cdm)



CohortCharacteristics documentation built on Oct. 1, 2024, 5:08 p.m.