strmap: Map through the words in a string, joining the mapped...

Description Usage Arguments Details Value

Description

Map through the words in a string, joining the mapped words with a separator.

Usage

1
strmap(proc, sep, string)

Arguments

proc

procedure to apply to each word

sep

the separator joining the mapped words

string

the string to be mapped

Details

General enough to be designated ‘map’: isn't it closer to a specialized reduce?

Value

Mapped words separated by sep


roxygen documentation built on May 2, 2019, 4:44 p.m.