Convenience function to configure progressr handlers for the current session.
Arguments
- handler
Character string specifying the handler type:
"progress": progress package style (if available)"txtprogressbar": base R text progress bar"cli": cli package style (if available)"none": Disable progress reportingNULL: Use progressr default handlers
- ...
Additional arguments passed to
progressr::handlers()
Value
Invisibly returns the configured handlers (via progressr::handlers()).
Details
This is a convenience wrapper around progressr::handlers().
If progressr is not available, a warning is issued and the function returns NULL.