Learn R Programming

shinyToastify (version 2.0.0)

shinyToastifyExample: Run a Shiny Toastify example

Description

A function to run examples of Shiny apps using the shinyToastify package.

Usage

shinyToastifyExample(example, display.mode = "showcase", ...)

Arguments

example

example name

display.mode

the display mode to use when running the example; see runApp

...

arguments passed to runApp

Value

No return value, just launches a Shiny app.

Examples

Run this code
# NOT RUN {
if(interactive()){
  shinyToastifyExample("bodyClassName")
}
if(interactive()){
  shinyToastifyExample("className")
}
if(interactive()){
  shinyToastifyExample("progressClassName")
}
if(interactive()){
  shinyToastifyExample("TypeAndTransition")
}
# }

Run the code above in your browser using DataLab