Panels definned in OmopViewer

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(OmopViewer)

The OmopViewer package generates shiny apps from predefined configurations, you can check the existent panels using the defaultPanels() function:

defaultPanels()

You can check the details of a panel using getPanel() function:

getPanel("incidence")

The exported object omopViewerPanels contains all the defined panels in the package:

omopViewerPanels

Panel details stucture

Panel details print shows:

More details on the internal structure and how to define new panels is explained in adding_new_panels. To see the internal structure you can use unclass:

unclass(getPanel("incidence"))


Try the OmopViewer package in your browser

Any scripts or data that you put into this service are public.

OmopViewer documentation built on April 15, 2025, 5:08 p.m.