server_indicators: Components relating to the economic indicators module

View source: R/indicators.R

server_indicatorsR Documentation

Components relating to the economic indicators module

Description

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.

Usage

server_indicators(id, data_import)

Arguments

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

Examples

## Not run: 
server_indicators(id = "indicators", data_import = data_imported)

## End(Not run)


p0bs/shiny.moduler documentation built on Oct. 21, 2023, 9:24 p.m.