toolkit.all {shinylight} | R Documentation |
JavaScript function: Finds if a predicate is true for all members of an array or object.
Description
Calls a function for each member of an array or object until either
one of them returns false (in which case all
returns false) or
we run out of elements (in which case all
returns true).
Arguments
a |
|
p |
|
[Package shinylight version 1.2 Index]