R/apply.R
vecvec_apply.Rd
The vecvec_apply() function applies a function .f to each vector in the vecvec vectors.
vecvec_apply()
.f
vecvec
vecvec_apply(x, .f, ...)
A vecvec object
A function to apply to each vector
Additional arguments passed to .f
A vecvec data type with the same structure as x but with each vector transformed by .f.
x