R/check_handler.R

Defines functions check_handler

check_handler <-
function(x){
  if(!("neptune.new.handler.Handler" %in% class(x)))
    stop("x must be a neptune Handler")
}

Try the neptune package in your browser

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

neptune documentation built on April 13, 2022, 5:14 p.m.