R/is.negative_df.R

Defines functions is.negative_df

#' @keywords internal
#' @noRd

is.negative_df <- function(x) {
  do.call(cbind, lapply(x, is.negative))
}

Try the ARPALData package in your browser

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

ARPALData documentation built on Sept. 26, 2023, 5:07 p.m.