is_not_integer: Not Integers

View source: R/helper_functions.R

is_not_integerR 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.


ezwelty/linbin documentation built on April 19, 2023, 8:41 a.m.