shinyToastifyExample: Run a Shiny Toastify example

Description Usage Arguments Value Examples

View source: R/toastifyExamples.R

Description

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

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
if(interactive()){
  shinyToastifyExample("bodyClassName")
}
if(interactive()){
  shinyToastifyExample("className")
}
if(interactive()){
  shinyToastifyExample("progressClassName")
}
if(interactive()){
  shinyToastifyExample("TypeAndTransition")
}

shinyToastify documentation built on July 31, 2021, 5:06 p.m.