R/utils.R

Defines functions is.empty

is.empty <- function(object) {
  is.null(object) || length(object) == 0
}

Try the bayesvl package in your browser

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

bayesvl documentation built on June 8, 2025, 10:38 a.m.