Skip to contents

shinyLargeScaleCharacteristics

Usage

shinyLargeScaleCharacteristics(result, .softValidation)

Arguments

result

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

.softValidation

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

Value

shiny.appobj

Examples

if (interactive()) {
  shinyLargeScaleCharacteristics(result)
}