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