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