Skip to contents

This function is called when is.empty is applied to an object of a class for which no specific method is defined.

Usage

# S3 method for default
is.empty(x)

Arguments

x

An R object

Value

This function always throws an error

Examples

if (FALSE) {
# This will throw an error
is.empty(quote(x))
}