load.example: Load examples for the package

View source: R/exampleloader.R

load.exampleR 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")
}



nextGenShinyApps documentation built on Nov. 12, 2023, 5:06 p.m.