Skip to contents

shinyCohortOverlap

Usage

shinyCohortOverlap(result, .softValidation = FALSE)

Arguments

result

(summarised_result) Result from the summariseCohortOverlap() function from the CohortCharacteristics pacakge.

.softValidation

(logical(1): FALSE) When TRUE will throw the failed check as a warning.

Value

shiny.appojb

Examples

if (interactive()) {
  moduleCohortOverlap(result)
}