Validates a flob() object.

vld_flob(x, old = FALSE)

Arguments

x

The object to check.

old

A flag indicating whether old flobs are permitted.

Value

A flag indicating whether the object passed the test.

See also

Examples

vld_flob(flobr::flob_obj)
#> [1] TRUE
vld_flob(1)
#> [1] FALSE