R/neptune_sync.R

Defines functions neptune_sync

Documented in neptune_sync

neptune_sync <- function(run, wait = TRUE) {
  check_run(run)
  run$sync(wait = wait)
}
neptune-ai/neptune-r documentation built on Aug. 21, 2023, 6:51 p.m.