R/is_na.R

#' @details
#'
#' `is_na` is a wrapper around [base::is.na()] created to keep stylistic 
#' consistenct with the other functions.
#'
#' @rdname all_na
#' @export

is_na <- base::is.na
decisionpatterns/na.tools documentation built on May 25, 2019, 4:23 p.m.