Skip to contents

The omopViewer package supports 6 different result types of the following packages:

  • CohortCharacteristics

You can see the plot functions that have been configured in the package per result type in the following table:

#> Warning: `gtTable()` was deprecated in visOmopResults 0.4.0.
#>  Please use `formatTable()` instead.
#> This warning is displayed once every 8 hours.
#> Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
#> generated.
Result type Plot function
CohortCharacteristics
summarise_cohort_overlap plotCohortOverlap
summarise_cohort_attrition plotCohortAttrition
summarise_cohort_timing plotCohortTiming
summarise_characteristics plotCharacteristics
summarise_cohort_count plotCohortCount

Note for developers

There exist a default design for an “unconfigured” result_type if you wish to configure a new result_type this can be done editing the internal data: omopViewerTabs, omopViewerPlots and omopViewerPlotArguments in file internalData.R. Please feel free to submit your PR.