Email Report through a Shiny Module
emailReport()
emailReportUI(id, width = "100%", translator = mc_translator(), ...)
emailReportServer(
id,
dois = shiny::reactive(NULL),
translator = mc_translator(),
lang = shiny::reactive("en")
)
id | The id string to be namespaced (optional). |
---|---|
width | The width of the input, e.g. |
translator | A shiny.i18n::Translator object or |
... | Arguments passed on to
|
lang | a reactive variable, returning a character scalar.
Must be one of the languages in |
emailReport
: Test app
emailReportUI
: Module UI
emailReportServer
: Module server
Other communicate:
email
,
mcApp()
,
mcControls
,
md_data_attachment()
,
report
,
runMetacheck()