Description Usage Arguments Examples
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
1 | run_shinytitle_example(example = c("toggle", "busy"), ...)
|
example |
Choose between |
... |
other arguments sent to |
1 2 3 4 | if (interactive()) {
library(shiny)
run_shinytitle_example()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.