is_integer_num: Is the number an integer?

View source: R/utils_stats.R

is_integer_numR Documentation

Is the number an integer?

Description

Different from is.integer() and rlang::is_integer(), which only check if the class of the object is "integer".

Usage

is_integer_num(n)

Arguments

n

Numeric to test


adamleejohnson/R-ajtools documentation built on April 4, 2022, 7:24 a.m.