ui_indicators: Components relating to the economic indicators module

View source: R/indicators.R

ui_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

ui_indicators(id, standalone = FALSE)

Arguments

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)

Examples

## Not run: 
ui_indicators(id = "indicators", standalone = TRUE)

## End(Not run)


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