View source: R/exampleloader.R
load.example | R Documentation |
Example shiny applications spanning aspects of the package
load.example(
example = c("Plain", "noSideBar", "Plotly", "Rhansometable", "Card", "Tab", "Modal",
"Form", "Button", "Spinner", "Alert", "Accordion")
)
example |
choose the example to show - "Plain","noSideBar","Plotly","Rhansometable", "Card","Tab","Modal","Form","Button","Spinner","Alert","Accordion" |
A rendered HTML of the user specified example file
"Plain", "noSideBar","Plotly","Rhansometable", "Card", "Tab", "Modal", "Form", "Button", "Spinner", "Alert", "Accordion"
if (interactive()) {
load.example(example = "Card")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.