R/exhaustive.R

Defines functions exhaustive

exhaustive <- function(cond, x, ...){
  out <- exfaith(cond, x, num = FALSE)[, "exhaustiveness", drop = FALSE]
  setNames(as.vector(out), rownames(out))
}

Try the cna package in your browser

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

cna documentation built on Aug. 11, 2023, 1:09 a.m.