TODO: needs documentation

moduleInfoUI(id)

moduleInfo(input, output, session, sim, data = FALSE)

Arguments

id

An id string that corresponds with the id used to call the module's UI function.

input

shiny server input object

output

shiny server output object

session

shiny server session object

sim

A simList object

data

Logical. TRUE indicates to use the Rmd file for the module's data (moduleName/moduleName_data.Rmd), if present. FALSE uses the module's Rmd file (moduleName/moduleName.Rmd).