Learn R Programming

gmwm (version 2.0.0)

is.whole: Integer Check

Description

Checks whether the submitted value is an integer

Usage

is.whole(x)

Arguments

x
A numeric value to check to see if it is an integer.

Value

A boolean value indicating whether the value is an integer or not.

Examples

Run this code
is.whole(2.3)
is.whole(4)
is.whole(c(1,2,3))
is.whole(c(.4,.5,.6))
is.whole(c(7,.8,9))

Run the code above in your browser using DataLab