Skip to contents

format_status_msg() contains all the details of a status update, whereas format_notification_msg() has just the phase number and the task

Usage

format_status_msg(status_row, sep = "\n")

format_notification_msg(prefix, status_row, sep = "\n")

Arguments

status_row

a single row of a statuses object

sep

character to separate each element in formatted output

prefix

optional string to put in front of message

Value

character (formatted message)