R/isInteger0.R

# isInteger0
#
#
is.integer0 <- function(values) {
    is.integer(values) && length(values) == 0L
}

Try the esmprep package in your browser

Any scripts or data that you put into this service are public.

esmprep documentation built on July 5, 2019, 5:03 p.m.