has_at.least_n.vals | R Documentation |
Checks whether a vector has at least a certain number of non NA/Nan/NULL values
has_at.least_n.vals(v, n = 0, row.or.col = 1)
v |
A vector (any type) |
n |
A threshold of non NA values |
row.or.col |
A number indicating direction to apply function: either 1 for row-wise, 2 (default) for column-wise. |
A logical indicating whether the number of non-NA values is above the threshold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.