vlapply {testex} | R Documentation |
vapply
shorthand alternatives
Description
Simple wrappers around vapply
for common data types
Usage
vlapply(..., FUN.VALUE = logical(1L))
vcapply(..., FUN.VALUE = character(1L))
vnapply(..., FUN.VALUE = numeric(1L))
Arguments
... |
Arguments passed to |
FUN.VALUE |
A preset signature for the flavor of |
Value
The result of vapply
[Package testex version 0.2.0 Index]