recycle_dots {baffle}R Documentation

Recycle dots args

Description

Recycle dots args

Usage

recycle_dots(x, ...)

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'

Value

recycled arguments of '...'


[Package baffle version 0.2.2 Index]