R/is.integer0.R

is.integer0 <-
function (instring) {
  # function to check if return is integer(0)
  is.integer(instring) && length(instring) == 0L
}

Try the P2C2M package in your browser

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

P2C2M documentation built on May 2, 2019, 8:24 a.m.