Usage
isNaInAllColumns(dataFrame)
Arguments
- dataFrame
data frame or matrix
Value
logical vector with as many elements as there are rows in
dataFrame (TRUE for rows in which all elements are NA, FALSE for
rows in which there is at least one non-NA element).