run_demo: Run demo shiny app

Description Usage Arguments Functions Examples

View source: R/run_demo.R

Description

run_demo runs demo shiny app which logs different types of events. run_demo_dashboard runs demo shiny dashboard that allows for interactive analysis of events from demo app. The demo app can be also run in background and events fired in the app can be seen immediately in the demo dashboard.

Usage

1
2
3
run_demo(in_background = FALSE)

run_demo_dashboard()

Arguments

in_background

A logical. If TRUE the demo shiny app is run in the background on port 5555. Default is FALSE.

Functions

Examples

1
2
3
4
if (interactive()) {
  run_demo(in_background = TRUE)
  run_demo_dashboard()
}

shinyEventLogger documentation built on May 1, 2019, 9:26 p.m.