R/check_run.R

Defines functions check_run

check_run <-
function(run){
  if(!("neptune.new.metadata_containers.run.Run" %in% class(run)))
    stop("run must be a neptune Run")
}

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.