run_shinytitle_example {shinytitle} | R Documentation |
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 |
... |
other arguments sent to |
Examples
if (interactive()) {
library(shiny)
run_shinytitle_example()
}
[Package shinytitle version 0.1.0 Index]