Learn R Programming

vmTools (version 1.0.1)

assert_scalar_not_empty: Assert x is a scalar, and not empty in some way

Description

Assert x is a scalar, and not empty in some way

Usage

assert_scalar_not_empty(x)

Value

[none] stop if assertion fails

Arguments

x

[any] some object to check

See Also

Other assertions: assert_dir_exists(), assert_named_list(), assert_scalar(), assert_type()