Reduce.paste {roxygen}R Documentation

Ad-hoc abstraction to paste processed list-elements together.

Description

Ad-hoc abstraction to paste processed list-elements together.

Usage

Reduce.paste(proc, elts, sep)

Arguments

proc the procedure to apply to the elements
elts the elements to be processed
sep the glue to joined the processed elements

Value

The processed elements as a glued string


[Package roxygen version 0.1 Index]