R/utils.R

#' Check if object is avalanche
#'
#' @param x Any R object.
#'
#' @return Boolean indicating whether `x` is an avalanche object.
#'
#'
#' @export
is.avalanche <- function(x) {
  inherits(x, 'avalanche')
}
chguiterman/slideRun documentation built on May 14, 2019, 5:13 a.m.