Skip to contents

Check if a vector is not empty, i.e. not null, positive length and not filled with NA

Usage

is_not_empty(x)

Arguments

x

A vector

Value

TRUE if the vector is not empty, FALSE otherwise