expect_scalar_na(x, info = NULL, label = vname(x))
Arguments
x
[any]
Object to check.
.var.name
[character(1)]
Name of the checked object to print in assertions. Defaults to
the heuristic implemented in vname.
add
[AssertCollection]
Collection to store assertion messages. See AssertCollection.
info
[character(1)]
Extra information to be included in the message for the testthat reporter.
See expect_that.
label
[character(1)]
Name of the checked object to print in messages. Defaults to
the heuristic implemented in vname.
Value
Depending on the function prefix:
If the check is successful, the functions return TRUE. If the check
is not successful, assertScalarNA/assert_scalar_na
throws an error message, testScalarNA/test_scalar_na
returns FALSE,
and checkScalarNA returns a string with the error message.
The function expect_scalar_na always returns an
expectation.