Skip to contents

See an example of the type of dashboard you can build using epishiny modules within a bslib UI.

Usage

launch_demo_dashboard()

Value

No return value, a shiny app is launched.

Examples

## Only run this example in interactive R sessions
if (interactive()) {
  library(epishiny)
  launch_demo_dashboard()
}