all_pos_ints {gmvarkit} | R Documentation |
Check whether all arguments are positive integers
Description
all_pos_ints
checks whether all the elements in a vector
are positive integers.
Usage
all_pos_ints(x)
Arguments
x |
a vector containing the elements to be tested. |
Value
Returns TRUE
or FALSE
accordingly.
[Package gmvarkit version 2.1.3 Index]