server_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.
server_indicators(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 economic indicators |
## Not run:
server_indicators(id = "indicators", 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.