timedMessage: show a message in some outputUI for duration of millis...

Description Usage

View source: R/timedAlert.R

Description

show a message in some outputUI for duration of millis milliseconds

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
timedMessage(
  id,
  msg = "",
  html = msg,
  ui = HTML(html),
  millis = 3000,
  empty.msg = "",
  empty.ui = HTML(empty.msg),
  app = getApp()
)

skranz/shinyEventsUI documentation built on April 4, 2021, 5:13 a.m.