Converts a vector into a comma-separated list for use in sentences (error messages, warnings, etc.).
list_out(x, final = NULL, per_line = 1e+06, wrap = NULL, indent = NULL)A character vector with length == 1; ready to be passed to
base::stop(), base::warning(), or base::cat(), to provide a useful message.
A vector, will be coerced to a character.
Word that will separate the final element in the list from others. See the examples.
Number of elements printed per line. See the examples.
Optional character to wrap around each element, e.g., quotation marks.
Optional string to place in front of the first element on each line. See the examples.