run_shinytitle_example {shinytitle}R Documentation

Run shinytitle Example

Description

Launch one of the examples contained in the shinytitle package:

Usage

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()
}


[Package shinytitle version 0.1.0 Index]