is.empty: Test emptyness

Description Usage Arguments Value See Also Examples

Description

These methods test if an object x is empty.

Usage

1
2
3
4
5
6
7
is.empty(x)

## Default S3 method:
is.empty(x)

## S3 method for class 'data.frame'
is.empty(x)

Arguments

x

An object to be tested.

Value

TRUE if x is empty, FALSE otherwise.

See Also

as.empty in this package.

Examples

1
2
3
4
5
6
7

bazar documentation built on May 2, 2019, 7:02 a.m.