Merges all the values and outputs a string formatted as '1st element', '2nd element', ...
Usage
vector2string(
x,
quotation_mark = "'",
collapse = sprintf("%s, %s", quotation_mark, quotation_mark)
)Merges all the values and outputs a string formatted as '1st element', '2nd element', ...
vector2string(
x,
quotation_mark = "'",
collapse = sprintf("%s, %s", quotation_mark, quotation_mark)
)