has_less.than.eq.to_NA.thres | R Documentation |
Checks which rows or columns have number of NAs less than or equal to NA threshold
has_less.than.eq.to_NA.thres(df, NA_thres, row.or.col = 1)
df |
Data frame or matrix |
NA_thres |
A number for NA threshold. 0 means that row/col has no NAs |
row.or.col |
A number indicating direction to apply function: either 1 for row-wise, 2 (default) for column-wise. |
A logical vector indicating whether the number of non-NA values is above the threshold: number of NA values <= NA threshold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.