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