Check whether an object is a hyperSpec object and validate the object.
is_hyperSpec(object)
assert_hyperSpec(object)
The object to check.
TRUE
if the check passes, otherwise stop with an error.
is_hyperSpec(faux_cell)
#> [1] TRUE
assert_hyperSpec(faux_cell)
#> [1] TRUE
validObject(faux_cell)
#> [1] TRUE