Tests if an object has the class attribute "block".
"block"
is.block(x)
x
an object to be tested.
a logical indicating if the provided object is of type "block".
is.block(as.block(NULL))