check_facile_data_set: Check if argument is a FacileDataSet

View source: R/validation.R

check_facile_data_setR Documentation

Check if argument is a FacileDataSet

Description

Check if argument is a FacileDataSet

Usage

check_facile_data_set(x, ...)

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

test_facile_data_set(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.


facileverse/FacileData documentation built on Feb. 24, 2024, 7:59 a.m.