Learn R Programming

baffle (version 0.2.2)

recycle_dots: Recycle dots args

Description

Recycle dots args

Usage

recycle_dots(x, ...)

Value

recycled arguments of `...`

Arguments

x

an integer vector, typically with values ranging from 1 to n, with each integer with each integer specifying an index of element for each item in `...`

...

additional arguments, if length of item of `...` is larger than one, its elements are is recycled according to indiced specified by the vector `x`