Description Usage Arguments See Also Examples
all_na
returns a logical vector or array or list indicating whether
there are only NA
values in selected margins and therefore e.g.
statistics like max
or min
do not produce useful results.
1 | all_na(x, margin)
|
x |
An array, including a matrix. |
margin |
A vector giving the subscripts which the function will be
applied over. E.g., for a matrix |
NA
for general information about NAs and
apply
for apply
description.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.