is_count {rnbp}R Documentation

Checks if an object is a positive integer.

Description

Checks if an object is a positive integer.

Usage

is_count(x)

Arguments

x

object to be tested.

Value

TRUE or FALSE depending on whether its argument is a positive integer or not.


[Package rnbp version 0.2.1 Index]