R/is.na.R

Defines functions is.na.term_rcrd

#' @method is.na term_rcrd
#' @export
is.na.term_rcrd <- function(x) {
  is.na(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.