is_empty: Test emptyness

Description Usage Arguments Value See Also Examples

View source: R/is_empty.R

Description

These methods test if an object x is empty.

Usage

1
2
3
4
5
6
7
8
9
is_empty(x)

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

paulponcet/bazar documentation built on July 15, 2019, 5:28 a.m.