Check whether an object is a hyperSpec object and validate the object.

is_hyperSpec(object)

assert_hyperSpec(object)

Arguments

object

The object to check.

Value

TRUE if the check passes, otherwise stop with an error.

Author

C. Beleites, V. Gegzna

Examples

is_hyperSpec(faux_cell)
#> [1] TRUE

assert_hyperSpec(faux_cell)
#> [1] TRUE

validObject(faux_cell)
#> [1] TRUE