R/util.R

Defines functions complete

complete <- function(...) {
  args <- list(...)
  !any(unlist(purrr::map(args, ~(is.null(.x) || is.na(.x)))))
}
langcog/metalabr documentation built on Sept. 10, 2021, 5:41 a.m.