ui_sectors: Components relating to the sector performance module

View source: R/sectors.R

ui_sectorsR Documentation

Components relating to the sector performance module

Description

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.

Usage

ui_sectors(id, data_import, standalone = FALSE)

Arguments

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)

Examples

## Not run: 
ui_sectors(id = "sectors", data_import = data_imported, standalone = TRUE)

## End(Not run)

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