server_sectors: Components relating to the sector performance module

View source: R/sectors.R

server_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

server_sectors(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 sector performance

Examples

## Not run: 
server_sectors(id = "sectors", data_import = data_imported)

## End(Not run)


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