check if integer(0)

is_integer0(x)

Arguments

x

A single value

Value

Boolean

Examples

nums <- 2
is_integer0(nums)
#> [1] FALSE