R/notifications.R
format_status_msg.Rd
format_status_msg() contains all the details of a status update, whereas format_notification_msg() has just the phase number and the task
format_status_msg()
format_notification_msg()
format_status_msg(status_row, sep = "\n") format_notification_msg(prefix, status_row, sep = "\n")
a single row of a statuses object
statuses
character to separate each element in formatted output
optional string to put in front of message
character (formatted message)