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

chk.hy(object)

Arguments

object

the object to check

Value

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

See also

Author

C. Beleites

Examples

chk.hy(faux_cell)
#> [1] TRUE
validObject(faux_cell)
#> [1] TRUE