Launch one of the examples contained in the shinytitle package:

  • toggleAn example showing the effects of simple change to the title and flashing title

  • busyAn example of when the title changes when the shiny app is busy running calculations

run_shinytitle_example(example = c("toggle", "busy"), ...)

Arguments

example

Choose between toggle and busy

...

other arguments sent to runApp

Examples

if (interactive()) { library(shiny) run_shinytitle_example() }