For best performance, please install 'ravedash'
. This
function can replace progress2
.
progress_with_logger(
title,
max = 1,
...,
quiet = FALSE,
session = shiny::getDefaultReactiveDomain(),
shiny_auto_close = FALSE,
outputId = NULL,
log
)
A list, see progress2
see
progress2
will be used if package 'shidashi'
is installed,
otherwise will be ignored
function, NULL
, or missing; default is missing, which
will use logger
function in the package 'ravedash'
, or
cat2
if 'ravedash'
is not installed. If
log=NULL
, then the message will be suppressed in 'shiny' applications.
If a function provided, then the function will be called.