Skip to contents

Helper function to check if object is empty.

Usage

is.empty(x)

Arguments

x

object

Value

TRUE if x has length 0 and is not NULL. FALSE otherwise