server_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.
server_sectors(id, data_import)
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 |
## Not run:
server_sectors(id = "sectors", data_import = data_imported)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.