R/is.nan_df.R

Defines functions is.nan_df

#' @keywords internal
#' @noRd

is.nan_df <- function(x) {
  do.call(cbind, lapply(x, is.nan))
}

Try the ARPALData package in your browser

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

ARPALData documentation built on Sept. 11, 2024, 9:24 p.m.