R/complete.R

Defines functions complete

complete <- function(...) {
  args <- list(...)
  !any(unlist(purrr::map(args, ~(is.null(.x) || is.na(.x)))))
}
erikriverson/metalab-package documentation built on Oct. 9, 2020, 10:48 a.m.