powered by
vapply
Simple wrappers around vapply for common data types
vlapply(..., FUN.VALUE = logical(1L))vcapply(..., FUN.VALUE = character(1L))vnapply(..., FUN.VALUE = numeric(1L))
vcapply(..., FUN.VALUE = character(1L))
vnapply(..., FUN.VALUE = numeric(1L))
The result of vapply
Arguments passed to vapply
A preset signature for the flavor of vapply. This is exposed for transparency, but modifying it would break the implicit contract in the function name about the return type.