Learn R Programming

giRaph (version 0.1-1)

isEmpty: Is the object empty?

Description

Check whether an object is empty.

Usage

isEmpty(object, ...)

Arguments

object
an object to be checked
...
additional parameters to be used when checking the object

Value

  • Returns a logical value telling whether the object is empty or not.

Details

The function isEmpty is generic.