Check whether all arguments are positive integers
all_pos_ints checks whether all the elements in a vector are positive integers.
all_pos_ints
all_pos_ints(x)
x
Returns TRUE or FALSE accordingly.
TRUE
FALSE
Useful links