assert_type {arkhe} | R Documentation |
Check Data Types
Description
Check Data Types
Usage
assert_type(x, expected, allow_empty = TRUE, allow_null = FALSE)
assert_scalar(x, expected)
assert_function(x)
Arguments
x |
An object to be checked. |
expected |
A |
allow_empty |
|
allow_null |
A |
Value
Throws an error, if any, and returns x
invisibly otherwise.
Author(s)
N. Frerebeau
See Also
Other checking methods:
assert_constant()
,
assert_dim()
,
assert_empty()
,
assert_infinite()
,
assert_length()
,
assert_lower()
,
assert_missing()
,
assert_names()
,
assert_numeric
,
assert_package()
,
assert_square()
,
assert_unique()
[Package arkhe version 1.9.0 Index]