check_modes {kim} | R Documentation |
Check modes of objects
Description
Check modes of objects
Usage
check_modes(..., mode_to_confirm = NULL)
Arguments
... |
R objects. |
mode_to_confirm |
The function will test whether each input is
of this mode. For example, |
Examples
check_modes(1L, mode_to_confirm = "numeric")
check_modes(
TRUE, FALSE, 1L, 1:3, 1.1, c(1.2, 1.3), "abc", 1 + 2i, intToBits(1L),
mode_to_confirm = "numeric")
[Package kim version 0.5.422 Index]