message_w_errors_listed: List a vector of issues and in a message

View source: R/utils-input-validation.R

message_w_errors_listedR Documentation

List a vector of issues and in a message

Description

List a vector of issues and in a message

Usage

message_w_errors_listed(main_text = "Consider the following:", errors = NULL)

Arguments

main_text

character; The text used to introduce the list of errors, typically ending with a colon. For example: "Consider fixing the following issue(s):".

errors

errors; a vector of issues that will be formatted into a bulleted list for the user to review with each issue listed on a new line.

Value

NULL invisibly

Note

This function is meant to be used internally. Only use when debugging.


salesforcer documentation built on March 18, 2022, 6:26 p.m.