bapply | R Documentation |
bapply()
is a wrapper for vapply()
that enforces
FUN.VALUE = logical(1)
.
bapply(X, FUN, ..., USE.NAMES = TRUE)
X |
|
FUN |
|
... |
Additional arguments passed to vapply(). |
USE.NAMES |
|
logical
.
FUN.VALUE
is always set to logical(1)
.
USE.NAMES
is always set to TRUE
.
Updated 2021-02-23.
assertive.base::bapply()
.
vapply()
.
bapply(X = list(a = "example", b = 1), FUN = is.character)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.