View source: R/dummy_functions.R
example_module | R Documentation |
teal
moduleexample_module(label = "example teal module", datanames = "all")
label |
( |
datanames |
( |
A teal
module which can be included in the modules
argument to init()
.
app <- init(
data = teal_data(IRIS = iris, MTCARS = mtcars),
modules = example_module()
)
if (interactive()) {
shinyApp(app$ui, app$server)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.