shinyToastifyExample {shinyToastify} | R Documentation |
A function to run examples of Shiny apps using the
shinyToastify
package.
shinyToastifyExample(example, display.mode = "showcase", ...)
example |
example name |
display.mode |
the display mode to use when running the example; see
|
... |
arguments passed to |
No return value, just launches a Shiny app.
if(interactive()){
shinyToastifyExample("bodyClassName")
}
if(interactive()){
shinyToastifyExample("className")
}
if(interactive()){
shinyToastifyExample("progressClassName")
}
if(interactive()){
shinyToastifyExample("TypeAndTransition")
}