R/utils.R
is_integer0.Rd
check if integer(0)
is_integer0(x)
A single value
Boolean
nums <- 2 is_integer0(nums) #> [1] FALSE