Report on progress while evaluating an R expression. This function is
a simple wrapper / re-export of
with_progress that sets
a more convenient default for a handler.
Arguments
- expr
An R expression to evaluate.
- handlers
A progression handler or a list of them. If
NULLor an empty list, progress updates are ignored. Defaults to a custom version ofhandler_cli.- ...
Further arguments passed to
with_progress.
