Skip to contents

Print a progress message with optional percentage.

Usage

progress_msg(msg, current = NULL, total = NULL, width = 40)

Arguments

msg

Message string.

current

Current iteration.

total

Total iterations.

width

Width of progress bar.