Learn R Programming

arkhe (version 1.10.0)

assert_empty: Check Object Filling

Description

Checks if an object is (not) empty.

Usage

assert_empty(x)

assert_filled(x)

Value

Throws an error, if any, and returns x invisibly otherwise.

Arguments

x

An object to be checked.

Author

N. Frerebeau

See Also

Other checking methods: assert_constant(), assert_dim(), assert_infinite(), assert_length(), assert_lower(), assert_missing(), assert_names(), assert_numeric, assert_package(), assert_square(), assert_type(), assert_unique()