h_collapse_char_vec {sanityTracker} | R Documentation |
Collapse a vector of characters to a string with separators
Description
Collapse a vector of characters to a string with separators
Usage
h_collapse_char_vec(v, collapse = ", ", qoute = "'")
Arguments
v |
vector of chars to be collapsed |
collapse |
character that separates the elements in the returned object |
qoute |
character that surronds every element in |
Value
collapsed version of v
Examples
cat(sanityTracker:::h_collapse_char_vec(v = letters[1:4]))
[Package sanityTracker version 0.1.0 Index]