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