Learn R Programming

PhenotypeR (version 0.3.2)

tableCohortExpectations: Create a table summarising cohort expectations

Description

Create a table summarising cohort expectations

Usage

tableCohortExpectations(expectations, type = "reactable")

Value

Summary of cohort expectations

Arguments

expectations

Data frame or tibble with cohort expectations. It must contain the following columns: cohort_name, estimate, value, and source.

type

Table type to view results. See visOmopResults::tableType() for supported tables.