This module is not directly used by MagellanNTK core functions. It is rather a useful tool for third part pipelines and processes.
Usage
mod_errorModal_ui(id)
mod_errorModal_server(
id,
title = NULL,
text = NULL,
footer = modalButton("Close")
)
mod_errorModal(title = NULL, text = NULL)Examples
if (interactive()) {
shiny::runApp(mod_errorModal("myTitle", "myContent"))
}