R/none.R

Defines functions none

#' Title
#'
#' @param x
#'
#' @return
#' @export
#'
#' @examples
none <- function(x) {
  !any(x)
}
SebaStad/WRFutil documentation built on June 19, 2020, 12:14 a.m.