R/neptune_wait.R

Defines functions neptune_wait

Documented in neptune_wait

neptune_wait <- function(run, disk_only=FALSE){
  check_run(run)
  run$wait(disk_only=disk_only)
}

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.