Enable global progress bars for ISAnalytics functions.
Source:R/utility-functions.R
enable_progress_bars.Rd
This is a simple wrapper around functions from the package
progressr
. To customize the appearance of the progress bar,
please refer to progressr
documentation.
See also
Other Utilities:
as_sparse_matrix()
,
comparison_matrix()
,
export_ISA_settings()
,
generate_Vispa2_launch_AF()
,
generate_blank_association_file()
,
generate_default_folder_structure()
,
import_ISA_settings()
,
separate_quant_matrices()
,
transform_columns()
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