R/utils_app_ui.R

Defines functions notify

#' ui helpers
#'
#'
#' @return The return value, if any, from executing the utility.
#'
#' @noRd
notify <- function(msg, id = NULL, type = "message", ...) {
  showNotification(msg, id = id, duration = NULL, closeButton = FALSE, type = type, ...)
}
qiushiyan/open-policing documentation built on May 4, 2022, 2:35 p.m.