R/missingentirerow.R

Defines functions missingentirerow

missingentirerow <- function(x) {
  n <- length(x)
  nm <- sum(is.na(x))
  y <- n==nm
  return(y)
}

Try the HardyWeinberg package in your browser

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

HardyWeinberg documentation built on May 29, 2024, 6:17 a.m.