R/negates.R

#' @title Define available values
#' @description The opposite of \code{\link[base]{NA}}.
#' @param ... arguments passed to \code{\link[base]{NA}}.
#' @export
"isnt.na" <- Negate("is.na")
edwardlavender/utils.add documentation built on Dec. 14, 2024, 8:11 a.m.