Check if argument is a FacileDataStore

check_facile_data_store(x, ...)

assert_facile_data_store(x, ..., .var.name = vname(x), add = NULL)

test_facile_data_store(x, ...)

Arguments

x

The object to check.

...

to be determined later

.var.name

Name of the checked object to print in assertions. Defaults to the heuristic implemented in checkmate::vname().

add

An checkmate::AssertCollection() object. Default is NULL.