tab_extendingShiny_server: Extending Shiny module server

View source: R/mod_24_extendingShiny.R

tab_extendingShiny_serverR Documentation

Extending Shiny module server

Description

Defines the server logic for the Extending Shiny module

Usage

tab_extendingShiny_server(id, appData)

Arguments

id

to be used to namespace the module

appData

the appData reactiveValues object, defined in server.R and available to all modules

Value

the module server, returned from a moduleServer function call


chrisbrownlie/advancedShiny documentation built on Aug. 2, 2022, 3:29 a.m.