shinyToastifyExample {shinyToastify} | R Documentation |
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
|
... |
arguments passed to |
Value
No return value, just launches a Shiny app.
Examples
if(interactive()){
shinyToastifyExample("bodyClassName")
}
if(interactive()){
shinyToastifyExample("className")
}
if(interactive()){
shinyToastifyExample("progressClassName")
}
if(interactive()){
shinyToastifyExample("TypeAndTransition")
}
[Package shinyToastify version 2.0.0 Index]