Learn R Programming

chk (version 0.2.0)

vld: Validators

Description

Each chk_() function has a corresponding vld_() function.

Arguments

x

The object to check.

y

An object to check against.

vld_fun

A vld_ function.

tolerance

A non-negative numeric scalar.

...

Additional arguments.

Value

A flag indicating whether the object passed the test.