Learn R Programming

linbin (version 0.1.3)

is_not_integer: 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.