create_progress_bar.Rd
Creates a progress bar for tracking the progress of an iterable task.
create_progress_bar(iterable, message = "Processing")
An iterable object (e.g., list or vector) whose length determines the total number of steps.
A message to display with the progress bar (default is "Processing").
A progress bar object from the 'progress' package.
progress_bar