
Enable global progress bars for ISAnalytics functions.
Source:R/utility-functions.R
enable_progress_bars.RdThis is a simple wrapper around functions from the package
progressr. To customize the appearance of the progress bar,
please refer to progressr
documentation.
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