strmap {roxygen} | R Documentation |
Map through the words in a string, joining the mapped words with a separator.
strmap(proc, sep, string)
proc |
procedure to apply to each word |
sep |
the separator joining the mapped words |
string |
the string to be mapped |
General enough to be designated `map': isn't it closer to a specialized reduce?
Mapped words separated by sep