R/utils.R

Defines functions is_numeric0

is_numeric0 <- function(x) {
  is.numeric(x) && length(x) == 0
}
kvasilopoulos/ivx documentation built on May 11, 2021, 9:33 p.m.