R/ifcb_helper_functions.R
print_progress.Rd
This function prints a progress bar to the console to indicate the progress of a process.
print_progress(current, total, bar_width = 50)
An integer specifying the current progress.
An integer specifying the total steps for the process.
An integer specifying the width of the progress bar. Default is 50.