Enter metacheck controls through a shiny module

mcControlsApp()

mcControlsUI(id, translator = mc_translator())

mcControlsServer(id, translator = mc_translator())

Arguments

id

The id string to be namespaced (optional).

translator

A shiny.i18n::Translator object or NULL for english-only defaults. Strings inside the module UI are marked as translateable. You can pass a translator object included in the package, or can create your own translator using shiny.i18n::Translator. This must not be a reactive, it is only set at shiny startup. To update the language reactively during a shiny session, see lang.

Functions

  • mcControlsApp: Test App

  • mcControlsUI: Module UI

  • mcControlsServer: Module server

See also