View source: R/general_functions.R
vlapply | R Documentation |
vapply(X, FUN, logical(1), ...)
short for vapply(X, FUN, logical(1), ...)
vlapply(X, FUN, ...)
X |
first input to vapply |
FUN |
second input to vapply |
output of vapply(X, FUN, logical(1), ...)
: logical vector of
same length as X
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.