R/auxilary.R

Defines functions check.binary

check.binary = function(col)
{
  tmp = unique(col)
  return(sum(!is.na(tmp))<=2)
}

Try the curephEM package in your browser

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

curephEM documentation built on May 29, 2024, 10:36 a.m.