R/anyisrv.R

anyisrv <- function (...) {
  any(unlist(lapply(list(...), is.rv)))
}
jsta/rv documentation built on Feb. 12, 2022, 5:13 p.m.