mcControls: Enter metacheck controls through a shiny module

Description Usage Arguments Related Functions and Methods See Also

Description

Enter metacheck controls through a shiny module

Usage

1
2
3
4
5
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.

Related Functions and Methods

Functions

See Also

Other communicate: emailReport(), email, mcApp(), md_data_attachment(), report, runMetacheck()


subugoe/hybridmdpackage documentation built on Jan. 25, 2022, 9:51 p.m.