is_not_integer {linbin}R Documentation

Not Integers

Description

Tests whether a vector is empty, non-numeric, or contains any non-integer numbers.

Usage

is_not_integer(x)

Arguments

x

An R object.

Value

FALSE if x is a numeric vector containing only whole numbers, TRUE otherwise.


[Package linbin version 0.1.3 Index]