fastAny | R Documentation |
Helper to compute any
fastAny(x)
x |
either a list or an object coercible to logical matrix |
if 'x'
is a list it will return any across list members.
if 'x'
is coercible to a logical matrix, it will return any across matrix rows
a logical vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.