R/anyNA.R

Defines functions anyNA.term_rcrd

#' @export
anyNA.term_rcrd <- function(x, recursive = FALSE) {
  anyNA(field(x, "par"))
}

Try the term package in your browser

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

term documentation built on Sept. 29, 2022, 5:14 p.m.