Skip to contents

isNaInAllRows

Usage

isNaInAllRows(dataFrame)

Arguments

dataFrame

data frame or matrix

Value

logical vector with as many elements as there are columns in

dataFrame (TRUE for columns in which all elements are NA, FALSE for columns in which there is at least one non-NA element).