R/replace-to-na.R

Defines functions replace_to_na

Documented in replace_to_na

#' Replace values with missings
#'
#' This function is Defunct, please see [replace_with_na()].
#'
#' @param ... additional arguments for methods.
#'
#' @return values replaced by NA
#' @export
#'
replace_to_na <- function(...){
  .Defunct("replace_with_na")
}

Try the naniar package in your browser

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

naniar documentation built on Feb. 16, 2023, 5:11 p.m.