powered by
Tests whether a vector is empty, non-numeric, or contains any non-integer numbers.
is_not_integer(x)
An R object.
FALSE if x is a numeric vector containing only whole numbers, TRUE otherwise.
FALSE
x
TRUE