sapply_ii: Apply each elements with index as inputs

View source: R/calculation_helpers.R

sapply_iiR Documentation

Apply each elements with index as inputs

Description

sapply with an additional index variable, ii

Usage

sapply_ii(X, FUN_, simplify = TRUE, USE.NAMES = TRUE, ...)

Arguments

X

vector or list

FUN_

function to apply on X

simplify, USE.NAMES, ...

passed to sapply


dipterix/rutabaga documentation built on June 25, 2022, 2:38 p.m.