R/utils.R

Defines functions is_numeric0

is_numeric0 <- function(x) {
  is.numeric(x) && length(x) == 0
}

Try the ivx package in your browser

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

ivx documentation built on Nov. 27, 2020, 5:09 p.m.