Example shiny applications spanning aspects of the package

load.example(
  example = c("Plain", "noSideBar", "Card", "Tab", "Modal", "Form", "Button",
    "Spinner", "Alert", "Accordion")
)

Arguments

example

choose the example to show - "Plain","noSideBar","Card","Tab","Modal","Form","Button","Spinner","Alert","Accordion"

Value

A rendered HTML of the user specified example file

Examples

# \donttest{ load.example(example = "Card")
#> The example code is located at /tmp/RtmpZH5Lw5/temp_libpath487e8c7199/nextGenShinyApps/exp/example.Card.R
# }