all_pos_ints: Check whether all arguments are strictly positive natural...

View source: R/argumentChecks.R

all_pos_intsR Documentation

Check whether all arguments are strictly positive natural numbers

Description

all_pos_ints tells whether all the elements in a vector are strictly positive natural numbers.

Usage

all_pos_ints(x)

Arguments

x

a vector containing the elements to be tested.

Value

Returns TRUE or FALSE accordingly.


uGMAR documentation built on April 11, 2025, 5:50 p.m.