Skip to contents

This is a simple wrapper around functions from the package progressr. To customize the appearance of the progress bar, please refer to progressr documentation.

Usage

enable_progress_bars()

Value

NULL

Examples

enable_progress_bars()
#> Error in globalCallingHandlers(condition = global_progression_handler): should not be called with handlers on the stack
progressr::handlers(global = FALSE) # Deactivate
#> Error in globalCallingHandlers(NULL): should not be called with handlers on the stack