is_integer: Conditional check for an integer value

View source: R/is_integer.r

is_integerR Documentation

Conditional check for an integer value

Description

Return TRUE if the value is a integer, not considering their variable type but the value itself.

Usage

is_integer(x)

Arguments

x

A numeric vector

Value

A boolean vector with the return from the condition check.

Examples


is_integer(1)

is_integer(1.1)


vbfelix/relper documentation built on May 10, 2024, 10:50 p.m.