ui_indicators | R Documentation |
This function provides the components for running the economic indicators module, be that as a sub-module of a bigger app or on a standalone basis.
ui_indicators(id, standalone = FALSE)
id |
The identifier used in shiny to namespace a module, thereby linking the ui and server components |
standalone |
Whether to view the module on a standalone basis (TRUE) or not (FALSE, the default) |
## Not run:
ui_indicators(id = "indicators", standalone = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.