R/helper.R
h_collapse_char_vec.RdCollapse a vector of characters to a string with separators
h_collapse_char_vec(v, collapse = ", ", qoute = "'")
| v | vector of chars to be collapsed |
|---|---|
| collapse | character that separates the elements in the returned object |
| qoute | character that surronds every element in |
collapsed version of v
#> 'a', 'b', 'c', 'd'