Learn R Programming

nextGenShinyApps (version 2.1)

load.example: 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")
)

Value

A rendered HTML of the user specified example file

Arguments

example

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

Options for example

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

Examples

Run this code
# \donttest{
if (interactive()) {
load.example(example = "Card")
}
# }

Run the code above in your browser using DataLab