ErrorModal_UI: ErrorModal_UI

Description Usage Arguments Examples

Description

This shiny module UI runs a specified function and alerts tha the function was completed or shows an error with message parameter for most likely cause.

Usage

1
ErrorModal_UI(id, label = "Go")

Arguments

id

Unique Identifier for the UI in the shiny app UI

title

InfoBox title, Default is "My InfoModalBox

value

Value to be displayed, typically a summary value. Default is 100

color

Color of InfoBox, Default is "green" For options see shiny InfoBox documentation

color

Icon to display, it is a call to shiny's icon() function. Default is "thumbs-up"

Examples

1
ErrorModal_UI("RobustDo")

mtseman/shinyModals documentation built on May 25, 2019, 10:34 p.m.