Check whether all arguments are strictly positive natural numbers
all_pos_ints
tells whether all the elements in a vector are strictly positive natural numbers.
all_pos_ints(x)
x
: a vector containing the elements to be tested.Returns TRUE
or FALSE
accordingly.
Useful links