Skip to contents

Determines if a given atomic vector contains at least one non-NA value.

Usage

is_not_na(x)

Arguments

x

An atomic vector or any other object.

Value

TRUE if the vector contains at least one non-NA value or if the object is not atomic; FALSE otherwise.