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)
}
neptune-ai/neptune-r documentation built on Aug. 21, 2023, 6:51 p.m.