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

Try the na.tools package in your browser

Any scripts or data that you put into this service are public.

na.tools documentation built on May 2, 2019, 8:24 a.m.