R/utils.R
progress_msg.Rd
Print a progress message with optional percentage.
progress_msg(msg, current = NULL, total = NULL, width = 40)
Message string.
Current iteration.
Total iterations.
Width of progress bar.