Nothing
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 print shows:
shinyWidgets::pickerInput
) will be created to filter the result.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"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.