stop_if_not_is_repgrid: Raise error if not is repgrid object
Description
Raise error if not is repgrid object
Usage
stop_if_not_is_repgrid(x, name = "x")
Arguments
- x
Object to test. Raises an error if no repgrid
object.
- name
Name of tested variable in error message.