is_integer {rnbp}R Documentation

Checks if an object is an integer.

Description

Checks if an object is an integer.

Usage

is_integer(x)

Arguments

x

object to be tested.

Value

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


[Package rnbp version 0.2.1 Index]