Skip to contents

Creates a progress bar for tracking the progress of an iterable task.

Usage

create_progress_bar(iterable, message = "Processing")

Arguments

iterable

An iterable object (e.g., list or vector) whose length determines the total number of steps.

message

A message to display with the progress bar (default is "Processing").

Value

A progress bar object from the 'progress' package.

See also

progress_bar