R/is_present.R

#' Check object to see if it is NOT emptyish/blankish
#'
#' This is literally the inverse of \code{is_blank}
#'
#' @param ... An object to test
#' @return TRUE if object is NOT: NA, NULL, an empty array/list, or empty string
#' @export
is_present <- Negate(is_blank)
aguynamedryan/helpRs documentation built on Dec. 18, 2021, 11:23 p.m.