Learn R Programming

shinytitle (version 0.1.0)

run_shinytitle_example: Run shinytitle Example

Description

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

Usage

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

Arguments

example

Choose between toggle and busy

...

other arguments sent to runApp

Examples

Run this code
# NOT RUN {
if (interactive()) {
  library(shiny)
  run_shinytitle_example()
}

# }

Run the code above in your browser using DataLab