load.example {nextGenShinyApps}R Documentation

Load examples for the package

Description

Example shiny applications spanning aspects of the package

Usage

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

Arguments

example

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

Value

A rendered HTML of the user specified example file

Options for example

"Plain", "noSideBar","Plotly","Rhansometable", "Card", "Tab", "Modal", "Form", "Button", "Spinner", "Alert", "Accordion"

Examples


if (interactive()) {
load.example(example = "Card")
}



[Package nextGenShinyApps version 2.1 Index]