Skip to contents

isNullOrEmpty

Usage

isNullOrEmpty(x)

Arguments

x

object to be tested for NULL or being empty (vector or list of length 0 or data frame with no rows)

Value

TRUE if x is NULL or x is a vector of length 0 or x is a data frame with no rows.