vlapply | R Documentation |
vapply
shorthand alternativesSimple wrappers around vapply
for common data types
vlapply(..., FUN.VALUE = logical(1L))
vcapply(..., FUN.VALUE = character(1L))
vnapply(..., FUN.VALUE = numeric(1L))
... |
Arguments passed to |
FUN.VALUE |
A preset signature for the flavor of |
The result of vapply
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.